-
```python
# data = read_excel(data.xlsx, nrows=100)
```
#### Problem description
I'm currently trying to open a 46 MB xlsx file with around 1700 rows and 26 columns. Everytime I load the d…
ksap1 updated
5 years ago
-
In the "Reusable and modular code with functions" (ported across from the Data Carpentry for Ecology lesson), the first challenge requires writing files to a new directory - but workshop participants …
-
Acredito que notebooks jupyter são uma boa maneira interativa de visualizar e reproduzir o código. Seria interessante ter alguns para o pessoal praticar. @thayannevls @jonathantvrs
-
It could be beneficial to allow notebooks to run completely in Colab. Sometimes the notebooks would have to be updated to be able to run in Colab. For example, here is an updated version of Transfer …
-
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/tensorflow
If you open a GitHub issue, here is our policy:
1. It must be a bug, a feature request,…
-
See #52
-
As mentioned by @krislars in #193 and #177, Google has a new thing, [Colaboratory](https://research.google.com/colaboratory/faq.html), for running Jupyter Notebooks in the cloud. This looks potentiall…
kelle updated
6 years ago
-
!apt-get -y install -qq google-drive-ocamlfuse fuse
E: Unable to locate package google-drive-ocamlfuse
-
When I deploy for the above examples with this code:
python deploy.py -p ./model -e ./ -c CUDA_DEVICE --csv train.csv
I get an cmd like this:
/usr/local/lib/python3.6/dist-packages/h5py/__init__.…
-
A number of scientific packages are not installable by PyPI, but are instead installed using conda/minconda. It would be very helpful if conda were present in the Docker image by default.
See also:…