I was planning to use data from a .CSV file in this assignment, but am having trouble reading it into my notebook. Knowing Iâd need the notebook to load the data while being graded, I figured the file should reside online (e.g. Google Drive, etc), but could not load via âurlretrieveâ and âloadtxtâ.
My next attempt was to upload the CSV to my notebook repository on Jovian. I couldnât figure out how to upload the CSV to my âAssignment 2â notebook, so I uploaded the file to a new, empty notebook. However, I couldnât read the data from my âAssignment 2â notebook (i.e. âblabla.csvâ not found error).
I found limited success by uploaded the file directly to my âAssignment 2â notebook while that notebook is open, but when I save the notebook, the CSV file is not saved. So, the next time I run the notebook, I receive the âblabla.csvâ file not foundâŚagain.
It seems like this last strategy is the best approach, if I can get the .CSV file to save with the notebook.
Any thoughts are appreciated!
Binder and Colab are cloud-based so the file does not get stored in them and you are required to load it again at runtime.
You can download the file and use it locally on Jupyter but that wouldnât work with evaluation, IG.
This is my assignment.
hey i sameeksha jain i have doubt in one numpy array function
import numpy as np
A=np.array([3, 2, 4],[ -1 ,1, 2],[ 9, 5 ,10])
np.linalg.matrix_rank(a,2)
so rank of matrix is
but i wrote np.linalg.matrix_rank(a)
so rank of matrix is 2?
Hello this is my 5 numpy functions
Hello every one, been a little held up but here is my second assignment on arrays. Thank you Akash.
Hi everyone. I have just finished assignment 2. I hope the functions I chose are interesting and useful for some of you out there. Below is the link.
Hello everyone, hereâs my submission Numpy Array Operations assignment. Please check it out and feel free to give any suggestions or feedback.
Hi everyone,
Here is my second assignment, 5 useful numpy array operations.
Hey, these are the 5 important functions I wrote about :
Hello
these the are 5 functions i wrote about
Hey everyone,
Here are the functions I wrote about!
Hey, these are the 5 functions i wrote about.