Dealing with time series data is unavoidable in daily data cleaning tasks. Here are a few ways you can use the built-in properties in pandas.DataFrame to cope with time series data easily. You’ve likely encountered datetime, which is THE package/module used for manipulating date and time type data in Python. Typically, we need to convert ’string’…
Don’t know if you also stumbled across any following problems, when you design a simple menus/app which needs to take in someone’s email or phone number, some would just enter ‘fuckyou100’ as their name and no proper email nor phone number. YOU WILL NEED THE FOLLOWING TRICKS! A few things to note down for validating…