728x90

# import pandas as pd

import pandas as pd

  

# list of strings

lst = ['Geeks', 'For', 'Geeks', 'is', 

            'portal', 'for', 'Geeks']

  

# Calling DataFrame constructor on list

df = pd.DataFrame(lst)

df

728x90

+ Recent posts