Tuesday, July 25, 2023

Keeping Track

 


*     *     *

PANDAS3

As usual, once inside a function one can see the argument sequence with Shift and Tab.

If one wants to import a csv file to a notebook, one needs to upload it to Jupyter

first using the upload button on the top right of the intro page.

                                                                





*     *     *

I was asked about csv files. csv is a file format - comma separated values - often used

to store tabular data. In and of itself, here is no formating; but it is used by Excel and

other spreadsheet prpograms for easy storage and retrival.

In Notepad:

                                                                         

In a spreadsheet:
                                                                                     

Definition:

                                                                                 

                                              source: Wikipedia.




No comments: