python to clean data

7 Simple Python Functions to Clean Your Data

Fábio Neves  Jan 9

python

  • Merging all files from a specific folder
  • Edit every file in the same folder and re-save them again
  • Cleaning the header of your datasets
  • Split dataframe columns into two or more columns
  • Filter specific dataframe columns based on their column names
  • Calculate the number of days between two dates
  • Calculate number of weeks/months/years between two dates

++++++++++++++++
more on python in this IMS blog
https://blog.stcloudstate.edu/ims?s=python

Leave a Reply