Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Proper Converting | Preprocessing Data: Part II
Analyzing and Visualizing Real-World Data
セクション 2.  5
single

single

bookProper Converting

メニューを表示するにはスワイプしてください

Fortunately, this issue can be easily fixed. The .to_datetime() method has yearfirst and dayfirst boolean parameters that define whether dates start with the year or day, respectively. By default, both parameters are set to False, which is why the first numbers were considered as months (if possible). Since the dates in our data start with the day, we just need to set the dayfirst parameter to True.

タスク

スワイプしてコーディングを開始

  1. Convert the 'Date' column to datetime type, considering that the day comes first.
  2. Output the first 5 rows and dtypes of the df dataframe.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt