Back to Skills

polars-1-dataframe-creation-and-io

vamseeachanta
Updated 2 days ago
7 views
3
2
3
View on GitHub
Otherdata

About

This skill provides reference documentation for creating Polars DataFrames from various sources like Python dictionaries and NumPy arrays, plus I/O operations for reading/writing common file formats. Use it when you need to quickly look up syntax for initializing DataFrames or loading data from CSV, Parquet, JSON, and other sources. It covers essential methods like `pl.DataFrame()` constructors and `read_csv()`/`write_parquet()` functions.

Quick Install

Claude Code

Recommended
Primary
npx skills add vamseeachanta/workspace-hub -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/vamseeachanta/workspace-hub
Git CloneAlternative
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/polars-1-dataframe-creation-and-io

Copy and paste this command in Claude Code to install this skill

GitHub Repository

vamseeachanta/workspace-hub
Path: .claude/skills/data/analysis/polars/1-dataframe-creation-and-io
0

Related Skills

autoviz

Other

AutoViz automates exploratory data analysis with a single line of code, generating comprehensive visualizations and detecting patterns like correlations and outliers. It automatically selects chart types, handles both categorical and numerical features, and can export reports to HTML or Jupyter notebooks. Use this skill for rapid, automated EDA to understand your dataset's structure and key insights before deeper analysis.

View skill

bsee-sodir-extraction

Other

This skill extracts and processes offshore energy data from the BSEE (Gulf of Mexico) and SODIR (Norway) regulatory databases. Use it to programmatically access production metrics, well information, field data, and HSE records for analysis. It supports tasks like economic modeling, compliance tracking, and comprehensive energy data aggregation.

View skill

dash

Other

This skill enables developers to build production-ready, interactive web dashboards using Plotly Dash, featuring reactive callbacks, enterprise components, and scalable deployment. It's ideal for creating multi-page data applications with professional layouts and integrated visualizations. Use it when you need to move beyond prototypes to deployable, enterprise-grade dashboard solutions.

View skill

ydata-profiling-1-basic-profile-report-generation

Other

This skill generates comprehensive data quality reports from pandas DataFrames using ydata-profiling. It creates interactive HTML reports with statistical summaries, visualizations, and data quality assessments. Developers should use it for initial exploratory data analysis to quickly understand dataset structure, distributions, and potential issues.

View skill