Examples with "DataFrame en" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Convierte el formato DataFrame en el formato CSV antes de enviarlo a la API, lo cual no es compatible con valores de arreglo o anidados.
Type support Converts the DataFrame to CSV format before sending to the API, which does not support nested or array values.
Convierte el formato DataFrame en el formato Parquet antes de enviarlo a la API, que es compatible con los valores de arreglo y anidados.
Converts the DataFrame to Parquet format before sending to the API, which supports nested and array values.
¿Cómo iterar sobre las filas en un DataFrame en Pandas?
Andere resultaten
Asociados con los nombres de las columnas en un dataframe.
Associated with the names of the columns in a dataframe.
Creamos la tabla HIVE con los datos almacenados en el DataFrame.
We create the HIVE table with data stored in the DataFrame.
Luego, pueden usar ese DataFrame de Pandas en memoria para crear una visualización.
Seleccionar filas de un DataFrame basado en valores en una columna en pandas
Select rows from a DataFrame based on values in a column in pandas
En primer lugar, vamos a cargar los datos en un dataframe y examinar las columnas que contiene
First, we will load the data into a data frame and examine which columns it has
Al tener los datos en un dataframe de la librería pandas de Python, se pueden aprovechar todas las características de este objeto para explorar/analizar nuestra información.
By having the data in a dataframe of the Python pandas library, you can take advantage of all the features of this object to explore/analyze our information.
El paquete spark.mllib original se conserva en la nueva versión, pero Databricks afirma que el desarrollo futuro se centrará en la API basada en DataFrame.
While the original spark.mllib package is preserved, future development will focus on the DataFrame-based API.
¿Cómo convertir una dataframe de diccionarios en una dataframe?
En primer lugar, cargamos los datos de la muestra, en formato csv, en un dataframe, y los scripts con las funciones de los cálculos.
First, we load the sample data in csv format, in a dataframe, and the scripts with the data sampling functions
Usamos también la librería de pandas para poder almacenar datos en dataframes (estructuras de datos en memoria, parecidas a las tablas de SQL).
We also use pandas library to store data in dataframes (in memory data structures, similar to SQL tables).