tabular-data
Here are 93 public repositories matching this topic...
Hello,
While following the docs (https://docs.vaex.io/en/latest/ml.html), I've encountered the error stated in the title while trying the code in cell [7].
Responsible line:
xgmodel = vaex.ml.xgboost.XGBModel(features=features, num_round=10, param=param)
Wishlist # 1: Full documentation of regex syntax and semantics accepted by miller. In particular, what "non standard" regex abbreviations are supported? E.G., is the gawk extension "\s" abbreviation for [[:space:]] accepted? Are PCRE abbreviations (\w, etc.) accepted? Are POSIX character classes like [[:digit:]] accepted? Current documentation is very sparse on this subject.
_Originally po
I'm using Tad Version 0.8.5 (0.8.5) on MacOS 10.13.4.
Tad doesn't appear to respond to the system shortcut to hide the current window (Cmd-H). I think it should for parity with other native MacOS apps.
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
-
Updated
Dec 6, 2019 - D
A common, beautiful interface to tabular data, no matter the format
-
Updated
Dec 3, 2019 - Python
This is a suggested code or documentation change, improvement to the code, or feature request
The package is great works in most conditions (many thanks for this) but also makes lazy that I don't want to wrangle misread pdf pages. Hence, I'd like to request below.
Provide a parameter/method to specify the number of columns; start and end co-ordinates of each column so that table is extracted
The documentation provides no examples on how to do this and I cannot find tests that cover this feature. From the code I understand more or less how it should work but I'm not sure. Is there some example somewhere?
Define importers that load tabular data from spreadsheets or CSV files into any ActiveRecord-like ORM.
-
Updated
Nov 23, 2019 - Ruby
Hi,
in the cli there are this options:
- --checks
- --error-limit
- --infer-schema/--no-infer-schema
- --json
- --order-fields
- --output
- --preset
- --quiet
- --row-limit
- --schema
- --skip-checks
- --table-limit
But I do not find any documentation here and if I write goodtables --help I have only the text below.
I could try to help with a PR, reading the cli.py code.
A lightweight library for generating text tables.
-
Updated
Nov 25, 2019 - Swift
A flexible package to combine tabular data with text and images using Wide and Deep models in Pytorch
-
Updated
Dec 9, 2019 - Python
A Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
-
Updated
Dec 6, 2019 - Swift
Tool for visual exploration of complex data.
-
Updated
Nov 19, 2019 - Java
🚜 Read text and parse tables from PDF files. Includes automatic column detection, and rule-based parsing.
-
Updated
Dec 9, 2019 - JavaScript
csvpack library / gem - tools 'n' scripts for working with tabular data packages using comma-separated values (CSV) datafiles in text with meta info (that is, schema, datatypes, ..) in datapackage.json; download, read into and query CSV datafiles with your SQL database (e.g. SQLite, PostgreSQL, ...) of choice and much more
-
Updated
Aug 15, 2019 - Ruby
WInte.r is a Java framework for end-to-end data integration. The WInte.r framework implements well-known methods for data pre-processing, schema matching, identity resolution, data fusion, and result evaluation.
-
Updated
Nov 27, 2019 - Java
Web-based Dataflow Framework for Visual Data Exploration
-
Updated
Nov 25, 2019 - TypeScript
:u7533: Pretty printer for maps/structs collections (Elixir)
-
Updated
Sep 10, 2019 - Elixir
Numerous attempt made earlier by many other developers. Few projects are really groundbreaking. These may be not in the domain of #rstats but worth connecting with these projects and check where tidycells stands.
Check out these projects
Logo Improvement
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
-
Updated
Nov 8, 2019 - JavaScript
⇔ IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLS, XML, and JSON.
-
Updated
Dec 6, 2019 - Python
PyTorch implementation of TabNet paper
-
Updated
Dec 6, 2019 - Python
(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
-
Updated
May 5, 2019 - Julia
Improve this page
Add a description, image, and links to the tabular-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tabular-data topic, visit your repo's landing page and select "manage topics."
On https://github.com/bvaughn/react-virtualized/blob/master/docs/List.md#rowrenderer
This line:
Actually, parent references a Grid not a List. (using latest version 9.21.1)