"[3 reviews received, link removed to comply with honour code] \n",
">>>>\n",
"\n",
"@Sophie\n",
"Yes, *.1 does works.\n",
"And I have another problem in My uploading assignment, That's when I upload My file, it reminded me successful, but when I submited after I can't see if My graph and code.So I'm not sure whether when other learners preview My assignment it's as the same as My imaging.\n",
"I guess the reason why is My networking?If it's ok,please help me.\n",
"Best. \n",
">>>>\n",
"\n",
"@Beveridge\n",
"The same problem as you, the needed memory of df /= 10is too large,so the online kernel cannot work out but in offline notebook it's ok.\n",
"And for me i use A for loop to solve it as:\n",
"for item in df:\n",
"item /= 10\n",
"it's ok.\n",
"may helps. \n",
">>>>\n",
"\n",
"Yes, there is.And the following steps can help you to finish it:\n",
"1.Use range('2015-01-01',...,'2016-0101', dtype=datetime64[D]) just as the teacher did in the lecture, which is A array contianing 365days.\n",
"2.Then you can Use it as the x values to plot.the graph, and then with some manipulates you can make it to the form of 'Jan,Feb,etc'.\n",
"3.And then just fellow the url, there A good example for you:\n",
"Hi, Julian, I have reviewed yours, please review mine too.\n",
"HC EDIT \n",
">>>>\n",
"\n",
"Hi, for me i saved the code as txt file, for which it's better to copy and paste into the noline notebook.\n",
"May it helps. \n",
">>>>\n",
"\n",
"Come on, guy. At the first I had the same thought as you: the assignment is too difficult.btw now I have finished it through the whole 3 days' struggling.And what i want to say there are many useful ways to implement:\n",
"1.look though the disscussion which you have same problem with.\n",
"2.search in the stackoverflow, it's really useful.\n",
"3.In the notebook use the help() and dir() function to see the property of the things.\n",
"4.And the most import thing: you should have your own whole thinking traces.\n",
"wish you go throuth it. \n",
">>>>\n",
"\n",
"Hi Yuwon.\n",
"I'm the same case as you and then I graded Your assignment.Further if it's ok please grade for me too.By the way maybe we should report the issue to the stuff.\n",
"HC edit \n",
">>>>\n",
"\n",
"Hi Devashish.\n",
"you can download the dataset by below steps:\n",
"1.open the online assignment2 jupyter notebook.\n",
"2.cilick :file->open,then you will.in the home of the online system then there is A data folder in the category,click in and find out Your data and open to download it by using the url you just mentioned.\n",
"In this point,you can implement it by below steps:\n",
"1.Use A for loop to iterate the value in the array and then Use A if expression to campare the value of 2015 and 2005-2014,if beyond set the value to np.nan.\n",
"2.Ps. in this position you should pay attention to the np.nan,it's A special float value, That's to say before you set the 2015 array to np.nan you should firat Use .astype() method to translate it to float form. \n",
">>>>\n",
"\n",
"Hi Sachin.\n",
"As what you say I think you can implement by first creating A total new dataframe and add columns into it one by one.\n",
"But in fact, it needn't.You can assign the value in the single column to a new variable separately such as y_max_2015,y_min_2015,etc.and then you can use them to plot. \n",
">>>>\n",
"\n",
"Hello, for me I think Your code is to complicated to watch out where is not good, but I can show My implement custom code:\n",