IndentationError: unexpected indent
Abierto
- Lenguaje dominante
- Jupyter Notebook
- Estrellas
- 258
- Forks
- 71
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When using `import ipynb.fs.defs.myipynb`, I get an error:
```
File "", line 81
alpha_dict[key] = alpha_dict[key].ewm(span=20,adjust=True,min_periods=0,ignore_na=False).mean()
^
IndentationError: unexpected indent
```
The cell is:
```
for key in alpha_dict:
alpha_dict[key] = alpha_dict[key].ewm(span=20,adjust=True,min_periods=0,ignore_na=False).mean()
```
I don' t know why would it try to import a for loop like this.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.