python error TypeError:Cannot convert the series to class float
2022-02-09 06:28:02
import pandas as pd
Series=pd.Series(["$3.9","$1.6","abc","bc","bb","c"])
# Take the number float and replace Na with a float type
print Series.str.extract("([1-9]\d*\. \d*|0\. \d*[1-9]\d*)",expand=True).fillna(value=0).astype(float)
float(seriers)がなく、astype()のみでfloatにする。
関連
-
[解決済み】Flaskのエラー。"メソッドが許可されていません 要求されたURLに対してメソッドが許可されていません"
-
python--Iterating over the dictionary object to remove the key with a error RuntimeError: dictionary changed size during iteration
-
pycharmでtensorflowを使う方法を教えます。
-
[解決済み] 非順序に対するPythonの反復処理
-
[解決済み] python はモジュールをインポートできるのに pytest はできない
-
[解決済み] Pythonでコンソール出力を抑制する方法は?
-
[解決済み] キーボード入力でタイムアウト?
-
[解決済み] 文字列がループを使用して出現する回数を返す
-
[解決済み] imaging C モジュールがインストールされていない (Windowsの場合)
-
エラー処理 TypeError: initial_value must be unicode or None, not str
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み】「AttributeError」のトラブルシュート方法。Pythonのマルチプロセシングで「__exit__」?
-
[解決済み】AttributeError: 'datetime' モジュールには 'strptime' という属性がありません。
-
[解決済み】ValueError: 新しい配列の合計サイズは変更されない必要があります。
-
[解決済み】ImportError: google'という名前のモジュールがない
-
[解決済み】WebDriverException: unknown error: cannot find Chrome binary error with Selenium in Python for older versions of Google Chrome
-
python-numpy: linalg.solve Singular Matrixでのエラー
-
[解決済み] ハタハタと軸を同じ長さにするには?
-
[解決済み] シンプルオーディオで音楽再生を停止する方法
-
[解決済み] sys.argv[1], IndexError: list index out of range [duplicate].
-
[解決済み] .whl is not valid wheel filename, storing debug log for failure in C:\.