Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 python 中编码 BOIDS https://en.wikipedia.org/wiki/Boids很有趣,现在我有一个 DataFrame,每行代表一只鸟,及其相关坐标(x 和 y)。
所以每一秒,我都有每个点的坐标。
我想在随时间演变的图表上显示我的鸟类旅行。
你有任何与熊猫兼容的技术可以用来观察我的鸟儿飞行吗?