#dataframes

[ follow ]
Quansight
1 month ago
Data science

Dataframe interoperability - what has been achieved, and what comes next?

Simple and clear common language enables collaboration among diverse attendees at PyCon Lithuania 2024. [ more ]
Medium
2 months ago
Data science

From CSV to Parquet: A Journey Through File Formats in Apache Spark with Scala

SparkSession is used as the entry point to Spark SQL functionality.
Different file formats like CSV, Parquet, JSON, and Avro can be read into DataFrames in Spark. [ more ]
CodersLegacy
3 months ago
Python

Exploring Data Tables in Tkinter with PandasTable - CodersLegacy

PandasTable library allows for easy display and interaction with DataFrames in a Tkinter GUI.
Modifying PandasTable internally is possible by accessing the dataframe through table.model.df attributes. [ more ]
Quansight
1 week ago
Data science

How Narwhals and scikit-lego came together to achieve dataframe-agnosticism

Scikit-lego now supports multiple dataframe implementations like Polars alongside pandas with the help of Narwhals. [ more ]
[ Load more ]