1) WHEN WE UPDATE THE VALUES OF ROWS AND COLUMNS, BY DEFAULT IT'S TYPE IS: a) INTEGER b) FLOAT c) STRING d) NONE OF THE ABOVE 2) IF Values define for new column is not equal to the number of rows in the dataframe,what output will it give. a) key error b) value error c) no error 3) In the following code, what is true USED FOR. a) ignore_index=true b) allow_duplicates=true c) none of the above 4) WRITE CODE FOR ADDING A NEW COLUMN SURPLUS QUANTITY(srp_qty) as (quantity - min_qty) a) df['srp_qty']=df[quanity-min_qty] b) df['srp_qty']=df['quantity']-df['min_qty'] c) none of the above 5) "import pandas as pd". identify the alias name in this statement. a) pandas b) import c) pd d) none of the above 6) We can add rows and columns in a dataframe using a) .loc() b) .at() c) .iat() d) .iloc() 7) we can add columns into a dataframe using which of the following methods. a) Using Dictionaries b) Using list c) Using insert() function d) Using assign() function 8) identify the command to combine two diiferent dataframes df and df2 into a single dataframe . a) df=df.append(df2) b) df_new=df+df2 c) none 9) If you do not mention ignore_index=true while using append(),what will be the output. a) it will raise type error b) it will append the rows. 10) In a dataframe, axis=0 is for a) rows b) columns c) rows and columns both d) none of the above
0%
ADDING AND MODIFYING OF ROWS AND COLUMNS
共有
共有
共有
Sahilgodhnani89
さんの投稿です
コンテンツの編集
印刷
埋め込み
もっと見る
割り当て
リーダーボード
もっと表示する
表示を少なくする
このリーダーボードは現在非公開です。公開するには
共有
をクリックしてください。
このリーダーボードは、リソースの所有者によって無効にされています。
このリーダーボードは、あなたのオプションがリソースオーナーと異なるため、無効になっています。
オプションを元に戻す
クイズ
は自由形式のテンプレートです。リーダーボード用のスコアは生成されません。
ログインが必要です
表示スタイル
フォント
サブスクリプションが必要です
オプション
テンプレートを切り替える
すべてを表示
アクティビティを再生すると、より多くのフォーマットが表示されます。
オープン結果
リンクをコピー
QRコード
削除
自動保存:
を復元しますか?