InMemoryDatasets
  • Introduction
  • First Steps
  • Tutorial
  • User Guide
    • Missing Values
    • Formats
    • Call functions on each observation
    • Row-wise operations
    • Transform columns
    • Filter observations
    • Sort
    • Group observations
    • Aggregation
    • Transpose data
    • Joins
  • Gallery
  • Performance tips
    • Make use of provided APIs
    • Avoid pushing single values
    • Avoid using String type for large data sets
    • Choose groupby or gatherby based on the problem in hand
    • Beware that every column must support missings
    • Master byrow
    • Don't avoid for loops!
Version
  • Performance tips
  • Performance tips
Edit on GitHub

Performance tips

This section contains some performance tips which can improve the experience of working with InMemoryDatasets. These tips are specially important when the package is handling huge data.

Make use of provided APIs

Avoid pushing single values

Avoid using String type for large data sets

Choose groupby or gatherby based on the problem in hand

Beware that every column must support missings

Master byrow

Don't avoid for loops!

« Gallery

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.10 on Tuesday 14 December 2021. Using Julia version 1.7.0.