pytablereader

A Python library to load structured table data from files/strings/URL with various data format: CSV / Excel / Google-Sheets / HTML / JSON / LDJSON / LTSV / Markdown / SQLite / TSV.

MIT License

Downloads
37.7K
Stars
105
Committers
3

Bot releases are hidden (Show)

pytablereader -

Published by thombashi over 7 years ago

  • Add SQLite support
  • Add Google Sheets support
  • Bug fixes
pytablereader -

Published by thombashi almost 8 years ago

  • Add TSV/LTSV format support
  • Bug fixes
pytablereader -

Published by thombashi almost 8 years ago

  • Add proxy support for requests
  • Bug fixes
pytablereader -

Published by thombashi almost 8 years ago

pytablereader -

Published by thombashi almost 8 years ago

  • Add table data sanitizer
  • Add methods to check whether loaded table has data
  • Bug fixes
pytablereader -

Published by thombashi almost 8 years ago

  • Add markdown support
  • Add file loader factory
  • Bug fixes