エピソード

NumPy の操作 |初心者向けのさらに多くの Python - データ ツール [27/31]

pandas には、表形式データを操作するための DataFrame とツールが用意されています。 しかし、ラベルと列名の必要性が取り除かれると、NumPy などのより優れたサポートを提供できるツールがあります。 NumPy から配列を操作する方法を説明し、NumPy 配列がジョブに適したツールである場所を示します。

Python for Beginner シリーズについては、こちらをご覧ください。 https://aka.ms/PythonBeginnerSeries
Microsoft Learn の完全な 'Python 入門' コースの場合: https://aka.ms/MSLearnPython
すべてのビデオ コンテンツは次のサイトで利用できます。 https://github.com/microsoft/c9-python-getting-started/
最初のシリーズ: https://github.com/microsoft/c9-python-getting-started/tree/master/python-for-beginners
第 2 シリーズ: https://github.com/microsoft/c9-python-getting-started/tree/master/more-python-for-beginners
第 3 シリーズ: https://github.com/microsoft/c9-python-getting-started/tree/master/even-more-python-for-beginners-data-tools

#microsoftdeveloper #evenmorepythonforbeginners #learntocode

Python