Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
project_name= "3d_geological_modeling"
jovian.commit(project=project_name)
[jovian] Attempting to save notebook..
!pip install pandas --upgrade --quiet
import pandas as pd
pd.read_file('C:\Users\HP\Documents\Masters\Python Learning\geological modeling with gempy\GeologicalModelinginPythonwithGempy\' )
File "<ipython-input-7-e9f462f470b0>", line 1 pd.read_file('C:\Users\HP\Documents\Masters\Python Learning\geological modeling with gempy\GeologicalModelinginPythonwithGempy\' ) ^ SyntaxError: EOL while scanning string literal