Skip to content

cmgerber/Python_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_modules

Custom modules for python I have created.

Current List

  • pyUtil
    • easyPickle
      • simplified version of saving objects to .pkl
    • flattenList
      • used to flatten lists of lists to a single list
    • pdSaveExcel
      • easy function for saving multiple pandas dataframes to a single excel workbook, each dataframe as a separate sheet
      • currently drops all non-ascii characters so writing to excel works
  • NLTK_mods
    • unicodeToAscii
      • Convert unicode to ascii for processing

About

Custom modules for python I have created.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages