read of csv #936
Replies: 2 comments 5 replies
-
Hi,
You could also download the files and reference them in your local directory. Does this answer your question? Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi,
This saves the table as a pandas dataframe (called df in my example) and you can do whatever you want with it. Cheers, |
Beta Was this translation helpful? Give feedback.
-
hi,
I would luke to know how do i read of .csv given on lines . ?
path_to_orientations=data_path + "/data/input_data/getting_started/simple_fault_model_orientations.csv",
path_to_surface_points=data_path + "/data/input_data/getting_started/simple_fault_model_points.csv",
on tutorial web page
https://docs.gempy.org/tutorials/ch1_fundamentals/ch1_1_basics.html#sphx-glr-tutorials-ch1-fundamentals-ch1-1-basics-py
I tried printing, in python, but it doesnt work
regards
Beta Was this translation helpful? Give feedback.
All reactions