#
data-frame
Here are 98 public repositories matching this topic...
In-memory tabular data in Julia
-
Updated
Apr 10, 2022 - Julia
-
Updated
Dec 10, 2021 - Python
Lightning Fast Serialization of Data Frames for R
-
Updated
Feb 11, 2022 - R
Ways of doing Data Science Engineering and Machine Learning in R and Python
python
data-science
machine-learning
tutorial
r
jupyter
notebook
exploratory-data-analysis
data-frame
data-science-engineering
-
Updated
Apr 25, 2021 - Jupyter Notebook
A tutorial on Julia DataFrames package
-
Updated
Dec 12, 2021 - Jupyter Notebook
A javascript library providing a new data structure for datascientists and developpers
javascript
data
functional
sql
datastructures
matrix
data-frame
datascience
manipulation
dataframe
groupby
sql-syntax
-
Updated
Aug 1, 2021 - JavaScript
Metaprogramming tools for DataFrames
-
Updated
Mar 17, 2022 - Julia
Immutable data frame for Go
-
Updated
Aug 30, 2021 - Go
A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel
-
Updated
Mar 29, 2022 - Python
A Spark plugin for reading Excel files via Apache POI
-
Updated
Apr 8, 2022 - Scala
Python based framework to retreive Global Database of Events, Language, and Tone (GDELT) version 1.0 and version 2.0 data.
-
Updated
Feb 19, 2021 - Jupyter Notebook
Node.js bindings for Apache Spark DataFrame APIs
-
Updated
Sep 10, 2017 - JavaScript
A convenience R package for getting Wikipedia article access statistics (and more).
-
Updated
Jun 3, 2020 - R
Google BigQuery support for Spark, Structured Streaming, SQL, and DataFrames with easy Databricks integration.
-
Updated
May 12, 2021 - Scala
SQL on dataframes - pandas and dask
-
Updated
Apr 25, 2018 - Python
DataFrame in Pharo - tabular data structures for data analysis
data-science
statistics
smalltalk
tabular-data
data-frame
data-visualization
pharo
data-analysis
gsoc
pharo-smalltalk
-
Updated
Mar 18, 2022 - Smalltalk
Lightweight Elasticsearch client for R.
-
Updated
Sep 9, 2020 - R
Google Spreadsheets datasource for SparkSQL and DataFrames
-
Updated
Mar 31, 2022 - Scala
DataFrame Library for Java
-
Updated
Dec 24, 2021 - Java
In-memory Java DataFrame library
-
Updated
Mar 28, 2022 - Java
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
data-transformation
data-frame
ssa
series
iris
dataframe
mkl
data-frames
series-decomposition
mlnet
linear-algebra-routines
calculated-columns
daany-library
-
Updated
Mar 6, 2022 - C#
A tidyverse suite for (pre-) machine-learning: cluster, PCA, permute, impute, rotate, redundancy, triangular, smart-subset, abundant and variable features.
r
clustering
rstudio
matrix
tidy-data
tidyverse
data-frame
pca
imputation
dimensionality-reduction
data-analysis
tidy
subset
mds
tsne
combine
redundancy
tibble
permute
rotated-dimensions
-
Updated
Dec 15, 2020 - R
Reading and writing pandas DataFrames in Elasticsearch
-
Updated
Jun 9, 2021 - Python
Query the Scopus Search API in R and parse the results into a data frame
-
Updated
Sep 2, 2020 - R
R-package: Methods for dividing data into groups. Create balanced partitions and cross-validation folds. Perform time series windowing and general grouping and splitting of data. Balance existing groups with up- and downsampling or collapse them to fewer groups.
data
groups
balance
split
group-factor
cross-validation
fold
staircase
participants
data-frame
rstats
partition
-
Updated
Oct 24, 2021 - R
This is a library for making batch request to Google Analytics Core Reporting v3 API and extracting data from Google Analytics property into Python 3 data structures.
-
Updated
Jul 21, 2017 - Python
A DataFrame for Javascript
-
Updated
Nov 8, 2017 - JavaScript
Improve this page
Add a description, image, and links to the data-frame topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-frame topic, visit your repo's landing page and select "manage topics."
For example, the data is (3.8,4.5,4.6,4.7,4.9)
while I'm using tech.tablesaw.aggregate.AggregateFunctions.percentile function, the 90th percentile is 4.9, however, if the percentile function supports linear interpolation, the 90th percentile should be 4.82, which is adopted by most other programming languages.