About Anaconda Help Download Anaconda

bioconda / packages / bioconductor-sqldataframe 1.16.0

Representation of SQL database in DataFrame metaphor

Installers

  • noarch v1.16.0

conda install

To install this package run one of the following:
conda install bioconda::bioconductor-sqldataframe

Description

SQLDataFrame is developed to lazily represent and efficiently analyze SQL-based tables in R. SQLDataFrame supports common and familiar 'DataFrame' operations such as '[' subsetting, rbind, cbind, etc.. The internal implementation is based on the widely adopted dplyr grammar and SQL commands. In-memory datasets or plain text files (.txt, .csv, etc.) could also be easily converted into SQLDataFrames objects (which generates a new database on-disk).


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy