https://github.com/cecoeco/htmltables.jl

Julia package for reading and writing HTML tables using the Tables.jl interface

https://github.com/cecoeco/htmltables.jl

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary

Keywords

css data html http julia table tables
Last synced: 5 months ago · JSON representation

Repository

Julia package for reading and writing HTML tables using the Tables.jl interface

Basic Info
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 0
  • Open Issues: 2
  • Releases: 26
Topics
css data html http julia table tables
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

CI test DOI Documentation Dev Package Statistics Style: Blue

HTMLTables

Julia package for reading and writing HTML tables.

Installation: use this command in the Julia REPL: using Pkg; Pkg.add("HTMLTables")

Examples:

create an HTML table using a DataFrame:

```julia using HTMLTables, DataFrames

df = DataFrame(x=[10, 40, 70], y=[20, 50, 80], z=[30, 60, 90])

writetable(stdout, df, theme=nothing, footer=false) ```

output:

x y z
10 20 30
40 50 60
70 80 90

create a DataFrame from parsing HTML:

```julia using HTMLTables, DataFrames

url = "https://www.w3schools.com/html/html_tables.asp"

df = readtable(url, DataFrame)

println(df) ```

output:

6×3 DataFrame Row │ Company Contact Country │ String String String ─────┼───────────────────────────────────────────────────────── 1 │ Alfreds Futterkiste Maria Anders Germany 2 │ Centro comercial Moctezuma Francisco Chang Mexico 3 │ Ernst Handel Roland Mendel Austria 4 │ Island Trading Helen Bennett UK 5 │ Laughing Bacchus Winecellars Yoshi Tannamuri Canada 6 │ Magazzini Alimentari Riuniti Giovanni Rovelli Italy

Owner

  • Login: cecoeco
  • Kind: user

GitHub Events

Total
  • Release event: 2
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 76
  • Pull request event: 6
  • Create event: 4
Last Year
  • Release event: 2
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 76
  • Pull request event: 6
  • Create event: 4

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 165
  • Total Committers: 2
  • Avg Commits per committer: 82.5
  • Development Distribution Score (DDS): 0.018
Past Year
  • Commits: 152
  • Committers: 2
  • Avg Commits per committer: 76.0
  • Development Distribution Score (DDS): 0.013
Top Committers
Name Email Commits
webofceco m****9@g****m 162
CompatHelper Julia c****y@j****g 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 3
  • Total pull requests: 9
  • Average time to close issues: less than a minute
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 9.67
  • Average comments per pull request: 0.89
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 9
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
  • asinghvi17 (2)
  • JuliaTagBot (1)
Pull Request Authors
  • github-actions[bot] (9)
  • dependabot[bot] (8)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • julia 3 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 26
juliahub.com: HTMLTables

Julia package for reading and writing HTML tables using the Tables.jl interface

  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3 Total
Rankings
Dependent repos count: 9.6%
Average: 24.2%
Dependent packages count: 38.8%
Last synced: 6 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-docdeploy latest composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite