Skip to content

Read Parquet Dataset Essay#178

Draft
sjperkins wants to merge 3 commits intomasterfrom
read-parquet-essay
Draft

Read Parquet Dataset Essay#178
sjperkins wants to merge 3 commits intomasterfrom
read-parquet-essay

Conversation

@sjperkins
Copy link
Copy Markdown
Member

  • Tests added / passed

    $ py.test -v -s daskms/tests

    If the pep8 tests fail, the quickest way to correct
    this is to run autopep8 and then flake8 and
    pycodestyle to fix the remaining issues.

    $ pip install -U autopep8 flake8 pycodestyle
    $ autopep8 -r -i daskms
    $ flake8 daskms
    $ pycodestyle daskms
    
  • Fully documented, including HISTORY.rst for all changes
    and one of the docs/*-api.rst files for new API

    To build the docs locally:

    pip install -r requirements.readthedocs.txt
    cd docs
    READTHEDOCS=True make html
    

@sjperkins sjperkins marked this pull request as draft February 4, 2022 08:06
@sjperkins
Copy link
Copy Markdown
Member Author

There seems to be a way to append to parquet files.

https://stackoverflow.com/a/59201290

cc @JSKenyon, @bennahugo

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.

1 participant