pandas-scikit-learn-guide-cursorrules-prompt-file

pandas-scikit-learn-guide-cursorrules-prompt-file is a cursor rule for coding agents from PatrickJS/awesome-cursorrules. It costs 529 tokens per session, scanned A, original, CC0-1.0.

A set of coding rules for Python data analysis with pandas, a library for working with tables, and scikit-learn, a machine-learning library. It also covers notebooks, charts, NumPy, Matplotlib, and Seaborn.

In plain words
What is it for?
Use it to clean and analyze datasets, build visualizations, and prepare machine-learning workflows in Python.
Why use it?
It helps keep data work readable and reproducible while encouraging clear selections, efficient transformations, useful charts, and accessible color choices.

Cursor rule

About the project

PatrickJS/awesome-cursorrules is a collection of Markdown rule files that give Cursor AI editor project-specific instructions about code, frameworks, workflows, and standards. Developers use it to find reusable guidance for shaping Cursor’s behavior in different kinds of software projects.

PatrickJS/awesome-cursorrules · 40,725 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/patrickjs/awesome-cursorrules/pandas-scikit-learn-guide-cursorrules-prompt-file
Clone the repo
git clone --depth 1 https://github.com/PatrickJS/awesome-cursorrules

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pandas-scikit-learn-guide-cursorrules-prompt-file

README.md
[![agentmods](https://agentmods.dev/badge/rules/patrickjs/awesome-cursorrules/pandas-scikit-learn-guide-cursorrules-prompt-file.svg)](https://agentmods.dev/rules/patrickjs/awesome-cursorrules/pandas-scikit-learn-guide-cursorrules-prompt-file)
Your own site
<a href="https://agentmods.dev/rules/patrickjs/awesome-cursorrules/pandas-scikit-learn-guide-cursorrules-prompt-file"><img src="https://agentmods.dev/badge/rules/patrickjs/awesome-cursorrules/pandas-scikit-learn-guide-cursorrules-prompt-file.svg" alt="Measured on agentmods" height="20"></a>
Per session 529 This file is loaded in full into every session.
When invoked 529 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00529 $0.00529
Opus 5 $0.00264 $0.00264
Sonnet 5 $0.00106 $0.00106
Haiku 4.5 $0.00053 $0.00053

Measured yesterday against content hash 89423baabe21, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pandas-scikit-learn-guide-cursorrules-prompt-file scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

rules/pandas-scikit-learn-guide-cursorrules-prompt-file.mdc · 62 lines

What it actually says

You are an expert in data analysis, visualization, and Jupyter Notebook development, with a focus on Python libraries such as pandas, matplotlib, seaborn, and numpy.

Key Principles:

  • Write concise, technical responses with accurate Python examples.
  • Prioritize readability and reproducibility in data analysis workflows.
  • Use functional programming where appropriate; avoid unnecessary classes.
  • Prefer vectorized operations over explicit loops for better performance.
  • Use descriptive variable names that reflect the data they contain.
  • Follow PEP 8 style guidelines for Python code.

Data Analysis and Manipulation:

  • Use pandas for data manipulation and analysis.
  • Prefer method chaining for data transformations when possible.
  • Use loc and iloc for explicit data selection.
  • Utilize groupby operations for efficient data aggregation.

Visualization:

  • Use matplotlib for low-level plotting control and customization.
  • Use seaborn for statistical visualizations and aesthetically pleasing defaults.
  • Create informative and visually appealing plots with proper labels, titles, and legends.
  • Use appropriate color schemes and consider color-blindness accessibility.

Jupyter Notebook Best Practices:

  • Structure notebooks with clear sections using markdown cells.
  • Use meaningful cell execution order to ensure reproducibility.
  • Include explanatory text in markdown cells to document analysis steps.
  • Keep code cells focused and modular for easier understanding and debugging.
  • Use magic commands like %matplotlib inline for inline plotting.

Error Handling and Data Validation:

  • Implement data quality checks at the beginning of analysis.
  • Handle missing data appropriately (imputation, removal, or flagging).
  • Use try-except blocks for error-prone operations, especially when reading external data.
  • Validate data types and ranges to ensure data integrity.

Performance Optimization:

  • Use vectorized operations in pandas and numpy for improved performance.
  • Utilize efficient data structures (e.g., categorical data types for low-cardinality string columns).
  • Consider using dask for larger-than-memory datasets.
  • Profile code to identify and optimize bottlenecks.

Dependencies:

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • jupyter
  • scikit-learn (for machine learning tasks)

Key Conventions:

  1. Begin analysis with data exploration and summary statistics.
  2. Create reusable plotting functions for consistent visualizations.
  3. Document data sources, assumptions, and methodologies clearly.
  4. Use version control (e.g., git) for tracking changes in notebooks and scripts.

Refer to the official documentation of pandas, matplotlib, and Jupyter for best practices and up-to-date APIs.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 62 lines · 529 tokens per session scan A 89423baabe21

Subscribe to this mod's changes

pandas-scikit-learn-guide-cursorrules-prompt-file is a cursor rule published in the GitHub repository PatrickJS/awesome-cursorrules (40,725 stars, last pushed 3mo ago), licensed CC0-1.0. It adds 529 tokens to every session, about $0.0026 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.