Deepnote is a drop-in replacement for Jupyter with an AI-first design, sleek UI, new blocks, and native data integrations. Use Python, R, and SQL locally in your favorite IDE, then scale to Deepnote cloud for real-time collaboration, Deepnote agent, and deployable data apps. https://deepnote.com/
Jupytext is a synchronization tool and text converter for Jupyter Notebooks. It transforms notebook files into plain text formats, such as Markdown or Python scripts, to enable line-by-line diffs and peer reviews within version control systems. The tool pairs notebook files with corresponding text files to maintain a dual representation of the same content. It uses bidirectional synchronization to update linked files based on the most recent modifications, allowing notebook content to be edited inside standard text editors. Beyond file conversion and synchronization, the project provides cap
Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
This project is an exploratory data analysis framework and profiling tool designed to generate comprehensive statistical reports from Pandas and Spark DataFrames. It functions as a data quality profiler that identifies missing values, duplicates, and high correlations within tabular datasets. The tool distinguishes itself through specialized capabilities for time-series analysis, extracting temporal statistics, seasonality, and auto-correlation plots. It also includes a dataset comparison utility to identify structural or content changes between different versions of a dataset. The analysis
bamboolib - a GUI for pandas DataFrames
tkrabel/bamboolib 的主要功能包括:Data Exploration。
tkrabel/bamboolib 的开源替代品包括: deepnote/deepnote — Deepnote is a drop-in replacement for Jupyter with an AI-first design, sleek UI, new blocks, and native data… mwouts/jupytext — Jupytext is a synchronization tool and text converter for Jupyter Notebooks. It transforms notebook files into plain… sfu-db/dataprep — Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a… ydataai/pandas-profiling — This project is an exploratory data analysis framework and profiling tool designed to generate comprehensive…