Skip to content
#

scipy

Here are 959 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Oct 1, 2020
  • Python
lqrz
lqrz commented Oct 19, 2020

Im trying to use the bag.read_avro() functionality, but I get the following error:

AttributeError: module 'fastavro' has no attribute 'iter_avro'

Here is the code to reproduce the case:

import dask.bag as db
path_input = './data/*.avro'
df = db.read_avro(path_input).compute()

From the fastavro (1.0.0.post1) doc, I get it should be calling fastavro.reader inste

verde

Improve this page

Add a description, image, and links to the scipy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scipy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.