#dataframes

[ follow ]
Software development
fromInfoQ
1 month ago

Are You Missing a Data Frame? The Power of Data Frames in Java

DataFrames and data-oriented programming promote modeling immutable data separately from behavior, making Java suitable for DataFrame-style data manipulation comparable to Python.
Web frameworks
fromRealpython
2 months ago

Episode #278: PyCoder's Weekly 2025 Top Articles & Hidden Gems - The Real Python Podcast

PyCoder's Weekly curated over 1,500 Python links in 2025, highlighting top trends, tools, and tutorials including Django 6.0, dataclasses, dependency management, and performance.
Data science
fromRealpython
9 months ago

How to Group Data Using Polars .group_by() - Real Python

Polars provides various methods to summarize and aggregate data, including using .group_by() and .filter().
Pivot tables in Polars allow complex aggregation and grouping of datasets.
[ Load more ]