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

Use Polars to read and write rather than Pandas #56

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

Commits on Mar 16, 2024

  1. Use polars to parse star file as a CSV

    Polars requires a single character delimeter so first replace extended whitespace with a single whitespace character
    d-j-hatton committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d92de11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2927ef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    1df4d28 View commit details
    Browse the repository at this point in the history
  2. Use Polars to write DataFrames to star files. Currently only accpets …

    …Pandas DataFrames and just converts to Polars
    d-j-hatton committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f7f1255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cea36b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cac0d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2690f61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3edefec View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Perform whitespace shrinking as file is read on a per line basis and …

    …slight efficiency improvements for that
    d-j-hatton committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e56286d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f59b55c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81eda46 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    1bee801 View commit details
    Browse the repository at this point in the history
  2. Small addition to docs

    d-j-hatton committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0bb0f3e View commit details
    Browse the repository at this point in the history