Show HN: Sheet2dict – simple Python XLSX/CSV reader/to dictionary converter

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • sheet2dict

    Simple XLSX and CSV to dictionary converter

  • Correct, it's a wrapper around csv.DictReader

    https://github.com/Pytlicek/sheet2dict/blob/main/sheet2dict/...

  • XlsxWriter

    A Python module for creating Excel XLSX files.

  • For the opposite direction, I have had good luck with the XlsxWriter library

    https://github.com/jmcnamara/XlsxWriter

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • DataProfiler

    What's in your data? Extract schema, statistics and entities from datasets

  • I maintain a similar project, load any CSV, manipulate and get stats, detect sensitive data, etc

    https://github.com/capitalone/DataProfiler

    My question, how do you do header detection? That's a _very_ difficult problem.

  • datatable

    A Python package for manipulating 2-dimensional tabular data structures

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Introducing AutoPyTabs: Automatically generate code examples for different Python versions in MkDocs or Sphinx based documentations

    5 projects | /r/Python | 30 Apr 2023
  • How did you become proficient at Pandas?

    2 projects | /r/datascience | 4 Mar 2021
  • CSS Written in Pure Go

    2 projects | news.ycombinator.com | 1 Jun 2024
  • Python Kafka

    1 project | dev.to | 30 May 2024
  • A quick comparison: Streamlit, Dash, Reflex and Rio

    4 projects | dev.to | 30 May 2024