Skip to content

Tags: dolthub/doltpy

Tags

v2.0.14

Toggle v2.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #187 from dolthub/james/release

fix release action

v0.0.0

Toggle v0.0.0's commit message
mistake

v2.0.13

Toggle v2.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Parquet export IR (#183)

* Parquet export IR

Exporting data through a CSV intermediary is subject to loss
of specificity and type info. This is particularly noticable
for read_pandas, where the resulting dataframe has every column
of type `object` and NULLs are indistinguishable from zero values.

I used a small hack to export data from Dolt into a DataFrame using parquet
instead of CSV. This requires the pyarrow dependency.

I left TODOs for improvements on the Dolt side that would make
this code cleaner and Dolt issues for the associated features.

There is one bug with NULL datetime values that I added a Dolt issue
for.

* fix fmt

* revert python changes, use early pyarrow

v2.0.12

Toggle v2.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
accept numpy range (#178)

* accept numpy range

* remove 3.9 CI

v2.0.11

Toggle v2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pandas import update (#176)

* Pandas import update\nNulls on nullable columns is OK

* fix show tables difference

v2.0.10

Toggle v2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump pytz (#173)

v2.0.9

Toggle v2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix dead link, bump doltcli (#161)

* Fix dead link, bump doltcli

* Poetry update

* Fix w no gc

* Add gc

v2.0.8

Toggle v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump py from 1.9.0 to 1.10.0 (#160)

* Bump py from 1.9.0 to 1.10.0

Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/py@1.9.0...1.10.0)

---
updated-dependencies:
- dependency-name: py
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove py

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Hoffman <max@dolthub.com>

v2.0.7

Toggle v2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add max connections and password capabilities. (#151)

This pr adds max-connections as well as the ability to connect w/ a password

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #144 from dolthub/oscarbatori/refactor-pandas-and-…

…tests

clean up docs, tests, and refactor read pandas