c#脚本
using System.Collections;
using System.Collections.Generic;
using UnityEngine;public class PoleMove : MonoBehaviour
{//移动上限制public float up;//移动下限public float below;//速度private float speed;// Start is called before the first frame update…
之前都没有意识到这个问题,就是pandas取某一行的值的问题
测试代码如下
import pandas as pd
import numpy as np
df pd.DataFrame({A: foo bar foo bar foo bar foo foo.split(),B: one one two three two two one three.split(),C: np.arange(8), D: np.arange…