This repository was archived by the owner on Aug 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 142142 " import numpy as np\n " ,
143143 " import pandas as pd\n " ,
144144 " \n " ,
145- " file_location = (\" https://raw.githubusercontent.com/TUDelft-books /learn-pythonhon/main/book/06/Theory/\" )\n " ,
145+ " file_location = (\" https://raw.githubusercontent.com/teachbooks /learn-pythonhon/main/book/06/Theory/\" )\n " ,
146146 " mineral_properties = pd.read_csv(file_location + 'mineral_properties.txt', \n " ,
147147 " skiprows=1,skipinitialspace=True)\n " ,
148148 " mineral_properties['new_column'] = np.nan\n " ,
284284 },
285285 "outputs" : [],
286286 "source" : [
287- " file_location = (\" https://raw.githubusercontent.com/TUDelft-books /learn-pythonhonhon/main/book/06/Exercises/\" )\n " ,
287+ " file_location = (\" https://raw.githubusercontent.com/teachbooks /learn-pythonhonhon/main/book/06/Exercises/\" )\n " ,
288288 " \n " ,
289289 " mountains_8000 = ... #1 \n " ,
290290 " cols = ... #2 \n " ,
359359 },
360360 "outputs" : [],
361361 "source" : [
362- " file_location = (\" https://raw.githubusercontent.com/TUDelft-books /learn-pythonhon/main/book/06/Exercises/\" )\n " ,
362+ " file_location = (\" https://raw.githubusercontent.com/teachbooks /learn-pythonhon/main/book/06/Exercises/\" )\n " ,
363363 " \n " ,
364364 " mountains_7000 = ... # 1\n " ,
365365 " df_concat = ... # 2\n " ,
You can’t perform that action at this time.
0 commit comments