Pandas - Text File
Export the data from Text file to Excel workbook
Handling with Missing values
Data extraction through Slicing
Pandas - iloc
and Operator
or Operator
Group by
stack
df = pd.read_csv("Sales.txt", sep = ',')
s = df.stack()