make an empty list in python of dataframe code example
Example: empty list in python
# Python program to declare
# empty list
# list is declared
a = []
# Python program to declare
# empty list
# list is declared
a = []