-
-
Save Cdaprod/3ccc41e0bfaadb21b50a0774dd3dac10 to your computer and use it in GitHub Desktop.
Revisions
-
isaacarnault revised this gist
Dec 22, 2018 . 2 changed files with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,19 @@ #1 Checking Python version !python -V #2 Import pandas to read the dataframe import pandas as pd pd.set_option('display.max_columns', None) MyData = pd.read_csv("http://samplecsvs.s3.amazonaws.com/SalesJan2009.csv") #3 Show the first rows of the dataframe MyData.head() #4 Get the dimensions of the dataframe MyData.shape # Full code !python -V import pandas as pd This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ #1 Checking R version R.Version()$version.string #2 Download the dataframe from a remote server download.file("http://samplecsvs.s3.amazonaws.com/SalesJan2009.csv", destfile="/resources/data/SalesJan2009.csv", quiet = TRUE) @@ -13,7 +13,7 @@ head(MyData, 5) ncol(MyData) nrow(MyData) # Full code R.Version()$version.string download.file("http://samplecsvs.s3.amazonaws.com/SalesJan2009.csv", -
isaacarnault revised this gist
Dec 22, 2018 . 1 changed file with 1 addition and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,22 +2,7 @@ <details> <summary>See output</summary> <p> [](https://postimg.cc/B8mY59Gg) -
isaacarnault revised this gist
Dec 21, 2018 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,9 +13,8 @@ <details> <summary>See output</summary> <p> <details> <summary>See output</summary> <p> -
isaacarnault revised this gist
Dec 19, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ I used no versioning system for this gist. My gist gist's <b>repos status<b> is ## Licence All public gists https://gist.github.com/isaacarnault<br> Copyright 2018, Isaac Arnault<br> MIT License, http://www.opensource.org/licenses/mit-license.php -
isaacarnault revised this gist
Dec 18, 2018 . 1 changed file with 17 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,11 +11,27 @@ # Data collection using R <details> <summary>See output</summary> <p> # Data collection using Python <details> <summary>See output</summary> <p> [](https://postimg.cc/B8mY59Gg) </p> </details> # Data collection using R <details> <summary>See output</summary> <p> [](https://postimg.cc/23xH5X3Y) </p> </details> -
isaacarnault revised this gist
Dec 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following gist offers a focus on <b>Data Collection</b>, one of the stages* # Versioning I used no versioning system for this gist. My gist gist's <b>repos status<b> is flagged as <b>concept<b> because it is intended to be a demo or POC (proof-of-concept). ## Author -
isaacarnault revised this gist
Dec 16, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ <summary>Vertices of Data Science methodology</summary> <p> [](https://postimg.cc/QVz9ghX6) </p> </details> -
isaacarnault revised this gist
Dec 14, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ <summary>Vertices of Data Science methodology</summary> <p> [](https://postimg.cc/rD2qDWwN) </p> </details> -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ I used no versioning system for this gist. Its status is flagged as <b>active</b ## Author * **Isaac Arnault** - Suggesting two implementations in `Python` and `R`, from *Initial work* [Cognitive Class Lab - Module 2](https://cognitiveclass.ai/courses/data-science-methodology-2/) and providing one exercise. ## Licence -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following gist offers a focus on <b>Data Collection</b>, one of the stages* # Versioning I used no versioning system for this gist. Its status is flagged as <b>active</b> because it has reached a stable, usable state. Original [gist](https://gist.github.com/aiPhD/15873ff613af833f9693e1a595bdfcc6) related to this repository is pending as <b>concept</b>. ## Author -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following gist offers a focus on <b>Data Collection</b>, one of the stages* # Versioning I used no versioning system for this gist. My repository's status is flagged as <b>active</b> because it has reached a stable, usable state. Original [gist](https://gist.github.com/aiPhD/15873ff613af833f9693e1a595bdfcc6) related to this repository is pending as <b>concept</b>. ## Author -
isaacarnault revised this gist
Dec 10, 2018 . No changes.There are no files selected for viewing
-
isaacarnault revised this gist
Dec 10, 2018 . 2 changed files with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ # Data collection using Python <details> <summary>See output</summary> <p> [](https://postimg.cc/B8mY59Gg) </p> </details> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,6 +27,6 @@ MIT License, http://www.opensource.org/licenses/mit-license.php * Perform a data collection in `Python` and `R` using `Jupyter`.<br> ⇢ Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variables does the dataframe contain? Base your assessment on your scripting outputs. * Calculate Sum, Min, Max and Mean of variable "raisedAmt" using Python (and Pandas) and using R.<br> — (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>architecture.md</b>. -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,7 @@ MIT License, http://www.opensource.org/licenses/mit-license.php ## Exercise * Perform a data collection in `Python` and `R` using `Jupyter`.<br> ⇢ Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variables does the dataframe contain? Base your assessment on your scripting outputs. * Calculate Sum, Min, Max and Mean of variable "raisedAmt" using Python (and Pandas) and using R. — (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>architecture.md</b>. -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,6 +27,6 @@ MIT License, http://www.opensource.org/licenses/mit-license.php * Perform a data collection in `Python` and `R` using `Jupyter`.<br> ⇢ Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variables do the dataframe contain? Base your assessment on your scripting outputs. * Calculate Sum, Min, Max and Mean of variable "raisedAmt" using Python (and Pandas) and using R.<br> — (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>architecture.md</b>. -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright 2018, Isaac Arnault<br> MIT License, http://www.opensource.org/licenses/mit-license.php ## Sources * Figure appended in <b>architecture.md</b>, inspired by [Cognitiveclass.ai](https://cognitiveclass.ai/).<br> * Dataframe used as sample coming from [Spatialkey.com](https://support.spatialkey.com/spatialkey-sample-csv-data/). ## Exercise -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following gist offers a focus on <b>Data Collection</b>, one of the stages* # Versioning I used no vesioning system for this gist. My repository's status is flagged as <b>active</b> because it has reached a stable, usable state. Original [gist](https://gist.github.com/aiPhD/15873ff613af833f9693e1a595bdfcc6) related to this repository is pending as <b>concept</b>. ## Author -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,8 +24,8 @@ MIT License, http://www.opensource.org/licenses/mit-license.php * Dataframe used as sample coming from [Spatialkey.com](https://support.spatialkey.com/spatialkey-sample-csv-data/). ## Exercise * Perform a data collection in `Python` and `R` using `Jupyter`.<br> ⇢ Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variables do the dataframe contain? Base your assessment on your scripting outputs. * Calculate Sum, Min, Max and Mean of variable "raisedAmt" using Python (and Pandas) and using R. — -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,9 +24,9 @@ MIT License, http://www.opensource.org/licenses/mit-license.php * Dataframe used as sample coming from [Spatialkey.com](https://support.spatialkey.com/spatialkey-sample-csv-data/). ## Exercise * Perform data collection in `Python` and `R` using `Jupyter`.<br> * Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variables do the dataframe contain? Base your assessment on your scripting outputs. * Calculate Sum, Min, Max and Mean of variable "raisedAmt" using Python (and Pandas) and using R. — (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>architecture.md</b>. -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Data collection and statistics using Python and R [](https://www.repostatus.org/#concept) -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ I used no vesioning system for this gist. My repository's status is flagged as < ## Author * **Isaac Arnault** - Suggesting two implementations in `Python` and `R`, from *Initial work* [Cognitive Class Lab - Module 2](https://cognitiveclass.ai/courses/data-science-methodology-2/) and one exercise. ## Licence -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ # Data collection and operations using Python and R [](https://www.repostatus.org/#concept) ## Scripting in Python and R The following gist offers a focus on <b>Data Collection</b>, one of the stages* of the Data Science methodology. We will also perform basic math operations on a single dataframe to see how they render using Python or R. # Versioning -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,6 +26,7 @@ MIT License, http://www.opensource.org/licenses/mit-license.php ## Exercise * Perform data collection in `Python` and `R` using `Jupyter`<br> * Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variable do the dataframe contain? Base your assessment on your scripting outputs. * Calculate Sum, Min, Max and Mean of variable "raisedAmt" using Python (and Pandas) and using R. — (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>architecture.md</b>. -
isaacarnault revised this gist
Dec 10, 2018 . 2 changed files with 16 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ [](https://postimg.cc/GTkWr7Zs) </p> </details> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,10 +22,23 @@ Mean = 10131487.5 # Using R in Jupyter, otherwise Mean = 10131488 in RStudio </details> <details> <summary>Complete solution using Python and Pandas</summary> <p> [](https://postimg.cc/DJ0Fk433) [](https://postimg.cc/8F1N4ny5) </p> </details> <details> <summary>Complete solution using R</summary> <p> [](https://postimg.cc/8JYG1kTJ) [](https://postimg.cc/mc8R5NqS) </p> </details> -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 23 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,31 @@ <details> <summary>Question answer</summary> <p> ```Python There are 10 variables and 1461 observations in the dataframe. ``` </p> </details> <details> <summary>Calculations using Python and R</summary> <p> ```Python Sum = 14791971750 Min = 6000 Max = 300000000 Mean = 10131487.5 # Using R in Jupyter, otherwise Mean = 10131488 in RStudio ``` </p> </details> <details> <summary>Vertices of Data Science methodology</summary> <p> [](https://postimg.cc/GTkWr7Zs) </p> </details> -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # Data collection using P <details> <summary>See output</summary> <p> [](https://postimg.cc/Q9qzy95p) @@ -12,7 +12,7 @@ # Data collection using R <details> <summary>See output</summary> <p> [](https://postimg.cc/V59RwGWz) -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,11 +23,9 @@ MIT License, http://www.opensource.org/licenses/mit-license.php * Architecture appended in <b>OUTPUT.md</b>, inspired by [Cognitiveclass.ai](https://cognitiveclass.ai/).<br> * Dataframe used as sample coming from [Spatialkey.com](https://support.spatialkey.com/spatialkey-sample-csv-data/). ## Exercise * Perform data collection in `Python` and `R` using `Jupyter`<br> * Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variable do the dataframe contain. Base your assessment on your scripting outputs. — (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>figures.md</b>. -
isaacarnault revised this gist
Dec 10, 2018 . 4 changed files with 17 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,11 @@ MIT License, http://www.opensource.org/licenses/mit-license.php * Architecture appended in <b>OUTPUT.md</b>, inspired by [Cognitiveclass.ai](https://cognitiveclass.ai/).<br> * Dataframe used as sample coming from [Spatialkey.com](https://support.spatialkey.com/spatialkey-sample-csv-data/). (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>figures.md</b>. ## Exercise * Perform data collection in `Python` and `R` using `Jupyter`<br> * Use the following dataframe from [Spatialkey.com](http://samplecsvs.s3.amazonaws.com/TechCrunchcontinentalUSA.csv). * How many observations and variable do the dataframe contain. Base your assessment on your scripting outputs. (*) Ten stages are crucial regarding Data Science methodology, among which Data collection. See <b>figures.md</b>. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <details> <summary>See answer</summary> <p> ```Python There are 10 variables and 1461 observations in the dataframe. ``` </p> </details> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,4 +24,4 @@ MyData = pd.read_csv("http://samplecsvs.s3.amazonaws.com/SalesJan2009.csv") #3 Show the first rows of the dataframe MyData.head() MyData.shape File renamed without changes. -
isaacarnault renamed this gist
Dec 10, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,10 @@ ## Scripting in Python and R The following gist offers a focus on <b>Data Collection</b>, one of the stages* of the Data Science methodology. # Versioning I used no vesioning system for this gist. My repository's status is flagged as <b>active</b> because it has reached a stable, usable state. Original [gist](https://gist.github.com/aiPhD/f4cdef7878e88ee2bed1254a2b5fbcb5) related to this repository is pending as <b>concept</b>. ## Author * **Isaac Arnault** - Suggesting two implementations in `Python` and `R`, from *Initial work* [Cognitive Class Lab - Module 2](https://cognitiveclass.ai/courses/data-science-methodology-2/) -
isaacarnault revised this gist
Dec 10, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ <summary>See notebook</summary> <p> [](https://postimg.cc/Q9qzy95p) </p> </details>
NewerOlder