-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Columns with white space #149
Columns with white space #149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #149 +/- ##
=======================================
Coverage 94.22% 94.22%
=======================================
Files 4 4
Lines 277 277
=======================================
Hits 261 261
Misses 16 16 ☔ View full report in Codecov by Sentry. |
This would be a huge addition. I have a dataframe that is slow to write with Pandas and I want to use BCP -- but it has columns with white spaces in the names and it would break a lot downstream if I change those. @yehoshuadimarsky could this be reviewed + merged? |
please fix the merge conflicts first |
@jacobshaw42 can you please address the merge conflicts that have developed? |
@yehoshuadimarsky @sfirke Merge conflict resolved |
Thank you for your contribution! |
Fixes issue #30 without having to change column names