Sometimes you may need to remove HTML tags from CSV. Here are the steps to do it.
Python
How to Convert PDF to CSV in Python
How to Convert PDF to Text in Python
Sometimes you may need to convert PDF to Text in Python. Here are the steps to do it using PyPDF2 package.
How to Convert Text to CSV File in Python
How to Split List Into Even Chunks
Sometimes you may need to split list into even chunks in Python. Here are the steps to split list into even sized lists in Python.
How to Split File in Python
Often you may need to split file in Python by delimiter, size, lines, columns. Here are the different ways to split file in Python.
How to Get Column Names in Pandas Dataframe
Sometimes you may need to get column names in pandas. Here are the steps to retrieve column names in Python Pandas.
How to Delete Rows from Dataframe Based on Condition
Sometimes you may need to delete rows from dataframe based on condition. Here are the steps to do it.