8000 GitHub - see2/python_notes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

see2/python_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Python On Windows

use python on Windows

Environment control:

Conda

Virtualenv

Set environment path:

  • For all users:

PATH=%PATH%;C:\ProgramData\Anaconda3;C:\ProgramData\Anaconda3\Scripts

  • For one user:

PATH=%PATH%;"C:\Users\iemsuser\Anaconda3";"C:\Users\iemsuser\Anaconda3\Scripts"

For data

Data Clean

Data pre-explore:

import pandas_profiling  
data.profile_report(title='report title')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0