Skip to main content

4 docs tagged with "pandas"

View all tags

Data Shape for Visualization

Learn how to reshape your data from wide to long format for better visualization in Tableau and tidy data workflows, including Python code examples and practical tips.

Index-Based Row Marking in Pandas

Learn how to use the Index-Based Row Marking pattern in pandas to efficiently tag and manipulate rows by their index without using joins or reshaping the DataFrame.

Mastering Pandas .loc

A complete guide to label-based selection and assignment in pandas, with real-world recipes.