how to get a value from CSV specific cell (A7) thanks

George Fischhof george at fischhof.hu
Sat Sep 1 14:45:26 EDT 2018


HI,

CSV has no cells, but you can use csv module from standard lib
https://docs.python.org/3/library/csv.html
and you can get 7th data from the first row (as A means the first row)

__george__

<alon.najman at gmail.com> ezt írta (időpont: 2018. szept. 1., Szo, 20:24):

> how to get a value from CSV specific cell (A7) thanks
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list