IndentationError: unexpected indent
オープン
- 主要言語
- Jupyter Notebook
- スター
- 258
- フォーク
- 71
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。