Skip to content
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

Fix typo with columnar load datetime conversion #153

Merged

Conversation

jp-harvey
Copy link
Contributor

This PR addresses an issue where arr.dtype was mistakenly specified as arr.type. In addition the integer evaluation is performed first to prevent an error with numpy arrays when evaluating the string condition.

jp-harvey and others added 10 commits October 29, 2018 10:29
…yai#110) (#3)

* Fix na types for boolean, fix test case na types, fillna prior to boolean Thrift cast to prevent type error

* Attempt to distinguish int from bigint when int column contains None, fix int64 test that was actually an in32 test, add int32 test case

* Fix linting issue
* Fixes for boolean na types, typos, na assignments in test cases (heavyai#110)

* Fix na types for boolean, fix test case na types, fillna prior to boolean Thrift cast to prevent type error

* Attempt to distinguish int from bigint when int column contains None, fix int64 test that was actually an in32 test, add int32 test case

* Fix linting issue

* Option to chunk Pandas columnar data load (heavyai#117)

* Fixes for boolean na types, typos, na assignments in test cases (heavyai#110) (#3)

* Fix na types for boolean, fix test case na types, fillna prior to boolean Thrift cast to prevent type error

* Attempt to distinguish int from bigint when int column contains None, fix int64 test that was actually an in32 test, add int32 test case

* Fix linting issue

* Add option for chunking a Pandas columnar data load

* Fix linting issues

* Reorder options

* Reorder options
Update from source repo
Fix bug with loading Pandas dataframe row-wise (heavyai#133)
@randyzwitch randyzwitch merged commit a30dc72 into heavyai:master Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants