Skip to content

denisecase/pro-analytics-level-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Professional Analytics - Level 1

Professional Analytics

Contents

Data Analytics

Git and GitHub

Python

Python Standard Library

Python Environment Setup

Python External Libraries

SQL

Development Tools

Development Editor: VS Code

Managing This Repository

Before installing the linting tools, install Node.js on your system. Download it from the official Node.js website.

After installing Node.js, use the following commands in PowerShell to install and run Markdown linting tools:

# Install markdownlint-cli and Prettier globally
npm install -g markdownlint-cli prettier

# Run markdownlint on all markdown files in the directory (exclude node_modules)
markdownlint '**/*.md' --ignore node_modules

# Run Prettier to check all markdown files
prettier --check '**/*.md'

# Run Prettier to fix all markdown files
prettier --write '**/*.md'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages