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

DuckDB Examples Jupyter Notebook #378

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Dec 18, 2021

  1. release: v1.0.0a2

    machow committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    cc3144a View commit details
    Browse the repository at this point in the history
  2. Merge pull request machow#358 from machow/feat-a2

    fix CI for releases
    machow committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    44b291c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    6d2629b View commit details
    Browse the repository at this point in the history
  2. Merge pull request machow#360 from machow/feat-bigquery-tests

    fix(ci): multiple bigquery test branches at the same time
    machow committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    4c4fbc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    c0b524d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Merge pull request machow#363 from machow/fix-fast-vector-n

    fix(pandas): fast methods support DataFrame aggs like n()
    machow committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    6bb551a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    1341222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404253d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c3298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7b3526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    242d430 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbd427f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17685c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    380eba0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request machow#366 from machow/support-pandas-1.3

    Support pandas 1.3
    machow committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    17ea905 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    f3ad537 View commit details
    Browse the repository at this point in the history
  2. Merge pull request machow#370 from machow/fix-install-encoding

    fix(install): correclty read utf-8 in readme on windows
    machow committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    afcdc7e View commit details
    Browse the repository at this point in the history
  3. release: bump alpha version

    machow committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    f335156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fab893 View commit details
    Browse the repository at this point in the history
  5. Merge pull request machow#371 from machow/fix-consle-repr

    feat(pandas): attach grouped repr method for console
    machow committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    fa546ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b4fd6b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Merge pull request machow#372 from machow/test-fast-groups

    tests(pandas) generic fast_mutate test
    machow committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b76ba35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1caaa33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c046af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f03a8f4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request machow#374 from machow/fix-join-on-arg

    Fix semi_join inferring on arg
    machow committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    f5b36f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. DuckDB Examples Jupyter Notebook

    DuckDB was able to complete all but 1 example with only a few minor modifications to the code. I will file an issue that describes that case.
    Alex-Monahan committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a622ee7 View commit details
    Browse the repository at this point in the history