Welcome to the Data Analysis Cheatsheets Collection! This repository contains a comprehensive set of cheatsheets for various data analysis tools and techniques. Whether you're a beginner or a seasoned data analyst, you'll find these resources helpful for quick reference.
This repository includes cheatsheets for the following tools and languages:
- SQL
- Power BI
- Statistics
- Git/GitHub
- Excel
Each cheatsheet is available in PDF format for easy viewing and printing.
-
SQL:
- SQL Basics Cheatsheet
- Advanced SQL Cheatsheet
-
Power BI:
- Power BI Dashboard Cheatsheet
- Power BI Data Modeling Cheatsheet
-
Statistics:
- Descriptive Statistics Cheatsheet
- Inferential Statistics Cheatsheet
-
Git/GitHub:
- Git Commands Cheatsheet
- GitHub Workflow Cheatsheet
-
Excel:
- Excel Formulas Cheatsheet
- Excel PivotTables Cheatsheet
-
Download the repository:
- Click the green "Code" button on the top right.
- Select "Download ZIP" and unzip the file to your preferred location.
-
Open the cheatsheet:
- Navigate to the unzipped folder.
- Open the desired PDF file using any PDF viewer (e.g., Adobe Acrobat Reader, Preview on Mac).
-
Clone the repository:
git clone https://github.com/yourusername/DA-Cheatsheets-Collection.git
-
Navigate to the repository:
cd DA-Cheatsheets-Collection
-
Open the cheatsheet using a CLI-based PDF viewer (e.g.,
evince
for Linux):evince cheatsheets/sql-basics.pdf
-
Clone the repository:
git clone https://github.com/yourusername/DA-Cheatsheets-Collection.git
-
Open the repository in VS Code:
code DA-Cheatsheets-Collection
-
Open the cheatsheet:
- Navigate to the
cheatsheets
folder in the VS Code file explorer. - Click on the desired PDF file to open it in the VS Code PDF viewer.
- Navigate to the
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This repository is licensed under the MIT License. See the LICENSE file for more details.