DATAFRAME Meaning in Japanese - translations and usage examples

Examples of using Dataframe in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Convert Python dict into a dataframe.
Pythondictをデータフレームに変換する。
The default results dataframe looks like this;
できあがったDataFrameはこんな感じ。
DataFrame is the primary Pandas data structure.
DataFrameは、主要なPandasデータ構造です。
How to take column-slices of dataframe in pandas.
パンダでデータフレームの列スライスを取る方法。
How to change dataframe column names in pyspark?
Pysparkのデータフレーム列名を変更するには?
Remove this line and add code that uses the DataFrame.
この行を削除して、DataFrameを使用するコードを追加します。
Convert DataFrame column type from string to datetime.
DataFrameの列型を文字列からdatetimeに変換する。
Selecting a row of pandas series/dataframe by integer index.
整数インデックスによるパンダ系列/データフレームの行の選択。
Apply method of DataFrame applies function func to each column or row.
DataFrameのapplyメソッドは、各列または行に関数funcを適用します。
Use a list of values to select rows from a pandas dataframe.
値のリストを使用して、パンダのデータフレームから行を選択する。
Pandas: filter rows of DataFrame with operator chaining.
Pandas:演算子連鎖によるDataFrameの行のフィルタリング。
The format of input file is pickled pandas. DataFrame object.
入力するファイルはpandas.DataFrameをpickle化したものでなければいけません。
Similarly, as with DataFrame object and DataFrame.
同様に、DataFrameオブジェクトとDataFrame
How do I create test and train samples from one dataframe with pandas?
パンダで1つのデータフレームからサンプルを作成してトレーニングするにはどうすればよいですか?
The dataframe, X, will then be attached so you can use the variable names.
データフレームXはattachされるので,データセットの変数名を使うことができます。
Import multiple csv files into pandas and concatenate into one DataFrame.
複数のcsvファイルをpandasにインポートし、1つのDataFrameに連結する。
Del df['col_name'] deletes the DataFrame column that has the names as col_name.
Deldf['col_name']は、名前がcol_nameであるDataFrame列を削除します。
We drop unnecessary columns('instant','dteday','cnt') from the dataframe.
不要なコラム('instant','dteday','cnt')をデータフレームから削除します。
DataFrame pop method returns the item and drops it from the DataFrame.
DataFrameのpopメソッドはアイテムを返し、DataFrameから削除します。
Columns property, we can use it to get a sequence of DataFrame column names.
Columnsプロパティと同様に、これを使用してDataFrame列名のシーケンスを取得できます。
We will reuse the DataFrame object, that we define below, in all other code examples of this tutorial.
このチュートリアルの他のすべてのコード例では、以下で定義するDataFrameオブジェクトを再利用します。
A widespread use caseis to get a list of column headers from a DataFrame object.
広範囲にわたるユースケースは、DataFrameオブジェクトから列ヘッダーのリストを取得することです。
One way to get a hold of DataFrame column names is to iterate over a DataFrame object itself.
DataFrameカラム名を保持する1つの方法は、DataFrameオブジェクト自体を反復処理することです。
The difference between[] and[[]] notations for accessing the elements of a list or dataframe.
リストまたはデータフレームの要素にアクセスするための[]と[[]]表記の違い。
Dataframe(from the python package pandas) is one of the key tools that is commonly used for data profiling and cleaning.
Dataframe(Pythonパッケージpandasに入っています)はBigGorillaで推奨される主要なデータプロファイリングおよびクリーニングの1つです。
Things change alot when traversing even further into DataFrame. columns. values property.
DataFrame.columns.valuesプロパティにさらに移動すると、物事は大きく変わります。
To_datetime() function doesn't modify the DataFrame data in-place, therefore we need to assign the returned Pandas Series to the specific DataFrame column.
To_datetime()関数はDataFrameデータをその場で変更しません。したがって、返されたPandasSeriesを特定のDataFrameカラムに割り当てる必要があります。
Is it possible to force pandas not toconvert data type when using DataFrame. replace.
DataFrame.replaceを使用しているときにパンダがデータ型を変換しないよう強制することは可能ですか。
Inplace specifies the DataFrame is modified in place if inplace= True, otherwise, it returns the new DataFrame with the original DataFrame unmodified.
Inplaceは、inplace=Trueの場合にDataFrameがその場で変更されることを指定します。そうでない場合、元のDataFrameが変更されていない新しいDataFrameを返します。
The following code snippet removes all the unnecessary columns andcreates a nice formatted dataframe that has the resulting integrated dataset.
下記のコードはすべての不要な列を削除し、適切な形式のデータフレームを作成し、その結果として統合的なデータセットが生成されます。
Results: 43, Time: 0.0221

Top dictionary queries

English - Japanese