aliyun / alibabacloud-odps-maxframe-client

Apache License 2.0
3 stars 1 forks source link

Access Denied: Both Volume and External Volume are not allowed in project config #30

Open snowljs opened 1 week ago

snowljs commented 1 week ago

maxframe code

df = md.DataFrame({'angles': [0, 3, 4],
                   'degrees': [360, 180, 360]},
                  index=['circle', 'triangle', 'rectangle'])
(df - [1, 2]).execute()