鑑於這種數據幀和樞軸表: import pandas as pd
df=pd.DataFrame({'A':['x','y','z','x','y','z'],
'B':['one','one','one','two','two','two'],
'C':[7,5,3,4,1,6]})
df
A B C
0 x one 7
1 y one
我嘗試使用從https://github.com/mjsarfatti/nestedSortable嵌套種類的插件,但我不斷收到此錯誤 Uncaught TypeError: $(...).nestedSortable is not a function
這是我的頭 <!DOCTYPE html>
<html lang="en">
<head>
<meta charset