I also recommend, installingpandaspackage too in the same way (pip3 install pandas) Optionally, choose to installpandas_datareaderpackage as well (since we will be reading data externally) After the packages are ready, you should fire up your Jupyter notebook. Loading Jupyter notebook Go to t...
The following is the steps (login as root): 1) Added file datastax.repo vi /etc/yum.repos.d/datastax.repo [datastax] name = DataStax Repo for Apache Cassandra baseurl = http://rpm.datastax.com/community enabled = 1gpgcheck = 0 2) Install Python requests easy_install-2.6 pip pip ...
Error in reading stock data : 'DatetimeProperties' object, I tried running the code to get stock data but it fails, showing the following error: 'DatetimeProperties' object has no attribute 'weekday_name' 'NoneType' object has no attribute 'to_csv' from pandas_datareader import data as web...