Calling the DataFrame without the list of column names would display all columns (akin to SQL's * ). In SQL, you can add a calculated column: SELECT *, tip/ ...
確定! 回上一頁