|
142 | 142 | "import numpy as np\n", |
143 | 143 | "import pandas as pd\n", |
144 | 144 | "\n", |
145 | | - "file_location = (\"https://raw.githubusercontent.com/TUDelft-CITG/\"\n", |
146 | | - " \"learn-python/mike/book/06/Theory/\")\n", |
| 145 | + "file_location = (\"https://raw.githubusercontent.com/TeachBooks/learn-python/main/book/06/Theory/\")\n", |
147 | 146 | "mineral_properties = pd.read_csv(file_location + 'mineral_properties.txt', \n", |
148 | 147 | " skiprows=1,skipinitialspace=True)\n", |
149 | 148 | "mineral_properties['new_column'] = np.nan\n", |
|
285 | 284 | }, |
286 | 285 | "outputs": [], |
287 | 286 | "source": [ |
288 | | - "file_location = (\"https://raw.githubusercontent.com/TUDelft-CITG/\"\n", |
289 | | - " \"learn-python/mike/book/06/Exercises/\")\n", |
| 287 | + "file_location = (\"https://raw.githubusercontent.com/TeachBooks/learn-python/main/book/06/Exercises/\")\n", |
290 | 288 | "\n", |
291 | 289 | "mountains_8000 = ... #1 \n", |
292 | 290 | "cols = ... #2 \n", |
|
361 | 359 | }, |
362 | 360 | "outputs": [], |
363 | 361 | "source": [ |
364 | | - "file_location = (\"https://raw.githubusercontent.com/TUDelft-CITG/\"\n", |
365 | | - " \"learn-python/mike/book/06/Exercises/\")\n", |
| 362 | + "file_location = (\"https://raw.githubusercontent.com/TeachBooks/learn-python/main/book/06/Exercises/\")\n", |
366 | 363 | "\n", |
367 | 364 | "mountains_7000 = ... # 1\n", |
368 | 365 | "df_concat = ... # 2\n", |
|
476 | 473 | "provenance": [] |
477 | 474 | }, |
478 | 475 | "kernelspec": { |
479 | | - "display_name": "Python 3 [3.7]", |
| 476 | + "display_name": "mude", |
480 | 477 | "language": "python", |
481 | 478 | "name": "python3" |
482 | 479 | }, |
|
490 | 487 | "name": "python", |
491 | 488 | "nbconvert_exporter": "python", |
492 | 489 | "pygments_lexer": "ipython3", |
493 | | - "version": "3.8.13" |
494 | | - }, |
495 | | - "vscode": { |
496 | | - "interpreter": { |
497 | | - "hash": "1fe2f2b718b1108b9c4176932db8a0ead471245140baaa21ea96a4066683e6b2" |
498 | | - } |
| 490 | + "version": "3.11.9" |
499 | 491 | } |
500 | 492 | }, |
501 | 493 | "nbformat": 4, |
|
0 commit comments