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

feat: Add CSV export capability to DataFrameClient #45

Merged
merged 20 commits into from
Apr 6, 2023

Commits on Mar 8, 2023

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

Commits on Mar 15, 2023

  1. Implement export and lint

    kjohn1922 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0de1eca View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    kjohn1922 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    19e2a25 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Cleanup

    kjohn1922 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ebe86df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba72ff2 View commit details
    Browse the repository at this point in the history
  3. lint

    kjohn1922 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0153a76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    444dc95 View commit details
    Browse the repository at this point in the history
  5. update api_info

    kjohn1922 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3cd1cfe View commit details
    Browse the repository at this point in the history
  6. poetry run poe black

    kjohn1922 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    941bf86 View commit details
    Browse the repository at this point in the history
  7. typo in example

    kjohn1922 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    46a1bbd View commit details
    Browse the repository at this point in the history
  8. fix missing pandas for mypy

    kjohn1922 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    451655b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ec2764 View commit details
    Browse the repository at this point in the history
  10. typo

    kjohn1922 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f18f378 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e0e40e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. PR comment fixes

    kjohn1922 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5de9e39 View commit details
    Browse the repository at this point in the history
  2. fix broken test

    kjohn1922 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8cab889 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. review comments, pt 1

    kjohn1922 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0fcdc21 View commit details
    Browse the repository at this point in the history
  2. Avoid type error in client

    kjohn1922 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8712de5 View commit details
    Browse the repository at this point in the history
  3. reorder imports

    kjohn1922 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d9e32e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0147f54 View commit details
    Browse the repository at this point in the history