Path: blob/master/FEC/FEC_Lecture_des_fichiers.ipynb
2973 views
Kernel: Python 3
FEC - Lecture des fichiers
Tags: #fec #lecture #fichiers #python #data #analyse
Author: Florent Ravenel
Last update: 2023-05-24 (Created: 2023-05-24)
Description: This notebook will show how to read files with Python and how it is usefull for organization.
Input
Import libraries
In [ ]:
Setup Variables
file_name
: Name of the file to readfile_path
: Path of the file to read
In [ ]:
Model
Read file
Long description of the function to read a file without break.
In [ ]:
Output
Display result
In [ ]: