Load CSV - Execute CSV Files in Python | Online Free DevTools by Hexmos

Load CSV files with csvpy, executing them in a Python shell for analysis and manipulation. Free online tool, no registration required.

Load CSV files with csvpy, executing them in a Python shell for analysis and manipulation. Free online tool, no registration required.

csvpy

Load a CSV file into a Python shell. Included in csvkit. More information: https://csvkit.readthedocs.io/en/latest/scripts/csvpy.html.

  • Load a CSV file into a CSVKitReader object:

csvpy {{data.csv}}

  • Load a CSV file into a CSVKitDictReader object:

csvpy --dict {{data.csv}}