from import TableReport
This page allows you to try out the
TableReport
from the Skrub Python library.
Select a Parquet or CSV file to see an overview of its contents and summary statistics. Everything runs locally in your browser, the file is not uploaded anywhere.
CSV parsing parameters
Use the settings below to adjust the parameters used to parse the CSV, if necessary. When the table preview looks like the parameters are correct, click "Create report".
File contents
Table preview
How to generate this report in Python
To produce the same report from Python code, install Skrub and execute:
pl.from_pandas
.