始める無料で始める

Missing data II

While analyzing data, you should be aware of any longer, connected periods without data, as this can influence your results.

While you can fill columns with missing data, the previous methods did not reveal if no data is present for a period of time.

In this exercise, you'll search for periods of time without data, and you'll try to detect them visually in a line graph.

この演習はコースの一部です

Analyzing IoT Data in Python

コースを見る

実践的なインタラクティブ演習

このサンプルコードを完成させて、この演習に挑戦してみましょう。

# Calculate and print NA count
print(data.____().____())
コードを編集して実行