Assuming your DataFrame is rwgor, you need to filter it like this: rwgor = rwgor.loc[rwgor.attractionName >=165] fig = px.bar(rwgor, ...
確定! 回上一頁