🍰
Grasshopper ES por BetweenRealities
  • Using and Generating Documentation
    • GitHub
    • Discord
      • Speckle Webhooks
    • Speckle Client
  • Potencial technological implementations
  • 🧞Compute
    • Introducción a Grasshopper
      • Customizar Entorno
        • VSCode
      • Rhinoceros 3d
      • Hops
      • Galapagos
    • Modelos Informados
      • Comportamiento Estructural
        • Automatizar cálculo Python
      • OOP
      • Rhino Inside Revit
        • Revit
          • Modelado 3d en Revit
          • Certificación profesional Revit
      • Energía
    • Procesos Urbanos
      • Automatizar Qgis
      • Librerías Python
      • Librerías Grasshopper
      • Stable Diffusion
    • Programación
      • RhinoPython
        • Anatomía del script
        • Python básico
        • Tuples, listas y diccionarios
        • Operadores y funciones
        • Ejecución condicional
        • Geometría
        • Clases
      • Multithread
  • 🪅Database
    • Lenguaje Python
      • Types and operations
      • Statements and syntax
      • Function and generators
      • Modules and packages
      • Classes and OPP
      • Exception and tools
      • Advance topics
    • Análisis de la Información
      • Comparison with SQL
      • Comparison with R / R libraries
      • Pandas
    • Abrir Acceso
      • Rest API Abierta
    • Blockchain Descentralización
  • 🕸️COLLECT
    • Captura de Datos
      • Raspberry Pi
        • Encendido y apagado automático
      • Arduino
      • UAS
      • Fotogrametría
        • Crashes
    • Técnicas Machine Learning
      • Clasificación
      • Computer Vision
    • Computación en la Nube
      • Contenedores
      • Azure
      • Ubuntu Server Deploy
      • PostgreSQL Server
      • Rhino Compute Deploy
  • 🍭INTERACT
    • Introducción a Unreal Engine
      • Ejecutar Python
      • Datasmith
      • Materiales
        • Crear PBR
        • Materiales Introducción
      • Iluminación
        • Iluminación Introducción
        • Raytraced Iluminación Cinemática
      • Assets Management
    • Interacción Inmersiva
      • Blueprints
        • Blueprints estandar
        • Blueprints Introducción
        • Diseño Nivel
      • Packaging
      • Performance
    • Interfaces Bidimensionales
Con tecnología de GitBook
En esta página

¿Te fue útil?

  1. Database
  2. Análisis de la Información

Pandas

// Some code
- DataFrame: a data structure for representing and manipulating tabular data, similar to a spreadsheet or a database table
- Series: a data structure for representing and manipulating one-dimensional data
- Index: a data structure for representing and manipulating axis labels for data
- Input/Output: tools for reading and writing data from/to a variety of formats and sources, such as CSV, Excel, and SQL databases
- Data cleaning: tools for dealing with missing or duplicate values, and transforming or normalizing data
- Data manipulation: tools for sorting, filtering, aggregating, and joining data
- Data visualization: tools for creating charts and plots to visualize data
- Statistics and machine learning: tools for running statistical tests, fitting models, and performing machine learning algorithms on data
- Optimization and performance: tools for optimizing the performance and memory usage of data manipulation and analysis operations

Overall, Pandas is a powerful and versatile library for working with data in Python. It provides a range of tools and features that make it easy to load, clean, manipulate, and analyze data. It is widely used in a variety of applications, including data science, finance, and statistics.

AnteriorComparison with R / R librariesSiguienteAbrir Acceso

Última actualización hace 2 años

¿Te fue útil?

🪅