2 Repos
Reading and writing Pandas DataFrames and Series directly to and from Excel ranges.
Distinct from NumPy Array Integration: Distinct from NumPy Array Integration: focuses on Pandas DataFrames, not just NumPy arrays.
Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Pandas DataFrame Exchanges. Refine with filters or upvote what's useful.
Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The
Converts pandas DataFrames into the platform's native data table format for analysis.
xlwings - Make Excel fly with Python!
Reads and writes NumPy arrays and Pandas DataFrames directly to and from Excel ranges.