data-science
Installation
SKILL.md
Data Science Skill
Expert methodology for statistical analysis, machine learning, and business insights. Use this skill when working with data analysis, modeling, or generating insights from datasets.
Environment Setup
Python stack (prefer these):
# Core
import pandas as pd
import numpy as np
# Visualization
import matplotlib.pyplot as plt
import seaborn as sns
import plotly.express as px