përmbledhje
Abonohu

Python for Data Analysis

mendi926Vocabulary listFjalë: 5
Anglisht
Anglisht
Gjeneruar me AI
DataframeA central feature of data representation in pandas
Përkufizimet:
Two-dimensional, size-mutable, potentially heterogeneous tabular data
SeriesA one-dimensional labeled array in pandas
Përkufizimet:
One-dimensional ndarray with axis labels (including time series)
IndexingA method to access specific data inside a dataframe or series
Përkufizimet:
Method to access and modify data
ConcatenationA process of combining series and dataframes
Përkufizimet:
Act of combining two or more objects along an axis
MergeA method to combine data on common columns
Përkufizimet:
Method to combine data based on a key