Skip to content

alaminkawsar/python-pandas-numpy-matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-pandas-numpy-matplotlib

##Python

  1. string operation: var means variable
  • var.strip() # remove white space from the beggining and ending
  • var.replace("first","second") # replace string
  • var.split("separator") # split string and make list by "separator"
  • var.find("pattern") #find specific pattern and return starting index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors