Skip to content

Releases: zbrookle/dataframe_sql

BUG: Allow any pandas installation after 1.0.0

15 May 19:47
16e09eb

Choose a tag to compare

Merge pull request #20 from zbrookle/allow_pandas_versions_above_1

ENH: Change hard pandas 1.0.1 to anything after pandas 1

ENH: Support for order of evaluation using parentheses

05 Mar 01:06

Choose a tag to compare

v0.1.4

CLN: Reformat code

Major bug fix

04 Mar 19:30
fe2e55e

Choose a tag to compare

Major bug fix Pre-release
Pre-release

Fix issue where you couldn't multiply on the left of expressions

SQL Data Types and minor bug fixes

01 Mar 01:53

Choose a tag to compare

Pre-release
  • Add support for most SQL and Pandas datatypes including: object, varchar, int16, smallint, int32, int64, int, bigint, float16, float32, float64, float, bool, datetime64, timestamp, category
  • Fix issue where a column aliased and selected multiple times ended up as one column

Initial Release

27 Feb 01:32

Choose a tag to compare

Initial Release Pre-release
Pre-release
v0.1.1

CLN: Code reformatting