XIIInfo Pract 35
XIIInfo Pract 35
we have seen Python Pandas library and learn about two data structures of Pandas library i.e
series and Dataframes, that are capable of storing any types of data in 2D tabular format.
we can also use spreadsheet files (Ms excel) or database tables (Mysql/Access) to store the
data in 2D table formats. Dataframes can also hold data in similar way, you can transfer data
from Data frame to Such data files (or tables) or from files in to a data frame.
Two types of transfer of files we have to learn is:
1. To transfer a data to/from a .CSV file from / in to Dataframe.
2. To transfer to/from Database table from/ in to Dataframe.
OUTPUT
OUTPUT
OUTPUT
OUTPUT
OUTPUT
OUTPUT
OUTPUT