-
Updated
Dec 24, 2020 - C++
#
dataframes
Here are 123 public repositories matching this topic...
The Universal Storage Engine
data-science
storage-engine
s3
sparse-data
scientific-computing
s3-storage
arrays
hdfs
data-analysis
dataframes
tiledb
dense-data
sparse-arrays
In-memory tabular data in Julia
-
Updated
Dec 27, 2020 - Julia
cosmicBboy
commented
Dec 3, 2020
Is your feature request related to a problem? Please describe.
Currently, the MultiIndex schema component str representation is the same as
the DataFrameSchema representation
Describe the solution you'd like
the MultiIndex schema component should implement its own str representation
so that it doesn't render columns and instead shoulds the indexes.
DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
python
go
golang
data-science
machine-learning
statistics
pandas-dataframe
pandas
dataframe
dataframes
-
Updated
Oct 7, 2020 - Go
An extension to pandas dataframes describe function.
-
Updated
Aug 24, 2019 - Python
Metaprogramming tools for DataFrames
-
Updated
Dec 19, 2020 - Julia
64bit multithreaded python data analytics tools for numpy arrays and datasets
-
Updated
Dec 22, 2020 - Python
A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.
python
data-science
data
google
google-sheets
pandas
data-engineering
gspread
data-analytics
dataframes
google-spreadsheets
sheets
-
Updated
Nov 16, 2020 - Python
V1NAY8
commented
Nov 15, 2020
- Display the index of series or DataFrame similar to Pandas
Example:
>>> pd_flights.index
Index(['0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
...
'13049', '13050', '13051', '13052', '13053', '13054', '13055', '13056',
'13057', '13058'],
dtype='object', length=13059)
>>> pd_flights["AvgTicketPrice"].index
Index(['0', '1', '2', '3', '4', '5', '6
Open
Add test coverage
1
ocramz
commented
Mar 1, 2019
json
data-science
machine-learning
query
csv
spark
scale
avro
azure
text
svm
s3
root
hdfs
parquet
query-engine
nested
dataframes
schemaless
jsoniq
-
Updated
Dec 21, 2020 - Java
Welcome to DataFrames.jl with Bogumił Kamiński
-
Updated
Dec 5, 2020 - Jupyter Notebook
A Python package that parses SQL and interprets it as methods that act upon existing pandas (or other types of) DataFrames that have been declared and registered
-
Updated
Dec 9, 2020 - Python
(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
-
Updated
Apr 27, 2018 - Julia
Data cleaning, pre-processing, and Analytics on a million movies using Spark and Scala.
scala
movies
big-data
spark
hadoop
analytics
movielens-data-analysis
shell-script
dataframes
movielens-dataset
rdd
case-study
spark-sql
spark-programs
spark-dataframes
big-data-analytics
spark-scala
big-data-projects
spark-rdd
-
Updated
Sep 27, 2020 - Scala
Routines and data structures for using isarn-sketches idiomatically in Apache Spark
python
scala
spark
apache-spark
aggregator
variable-importance
pyspark
dataset
t-digest
data-sketching
datasets
dataframe
dataframes
data-sketches
sketching-algorithm
spark-ml
feature-importance
udaf
-
Updated
Sep 15, 2020 - Scala
Elasticsearch buffer for collecting and batch inserting Python data and pandas DataFrames
-
Updated
Dec 19, 2019 - Python
python
data-science
sqlalchemy
tutorial
pandas
data-analysis
sql-database
dataframes
pandas-sqlalchemy-tutorial
-
Updated
Dec 26, 2020 - Python
Open
date/ time types
ocramz
commented
Oct 7, 2020
Open
CSV output
Dataframes for Golang
-
Updated
Nov 18, 2020 - Go
Analysis tools for working with survey microdata as DataFrames.
-
Updated
Dec 24, 2020 - Python
A Pandas-like DataFrame in c++
-
Updated
Aug 3, 2019 - C++
R-like formula approach to Spark Dataframes
spark
clustering
regression
pyspark
interaction-design
classification
dataframes
patsy
rlike-formulas
-
Updated
Dec 10, 2020 - Python
A glue package for reading and writing tabular data. It aims to provide a uniform api for reading and writing tabular data from and to multiple sources.
data-science
data
csv
database
arrow
sqlite
zip
excel
postgresql
parquet
json-format
dataframe
dataframes
jdf
-
Updated
Dec 15, 2020 - Julia
zbrookle
opened
Aug 21, 2020
Allows reading ROOT TTrees into Apache Spark as DataFrames
-
Updated
Oct 13, 2020 - Java
Improve this page
Add a description, image, and links to the dataframes topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dataframes topic, visit your repo's landing page and select "manage topics."
I'm using black and isort for other projects (see e.g. https://github.com/hyperopt/hyperopt/pull/748/files) and find them quite useful to have more consistent codebase. I think you should drop python3.5 support though, as black is python3.6+. Is this something you would be open to consider?