sql 语句: SELECT total_bill, tip, smoker, time FROM tips LIMIT 5; 。 output = tips[['total_bill', 'tip', ...
確定! 回上一頁