https://github.com/cecoeco/htmltables.jl
Julia package for reading and writing HTML tables using the Tables.jl interface
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
Repository
Julia package for reading and writing HTML tables using the Tables.jl interface
Basic Info
- Host: GitHub
- Owner: cecoeco
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://cecoeco.github.io/HTMLTables.jl/
- Size: 1.23 MB
Statistics
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 26
Topics
Metadata Files
README.md
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
- Repositories: 2
- Profile: https://github.com/cecoeco
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
Top Committers
| Name | 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
- Homepage: https://cecoeco.github.io/HTMLTables.jl/
- Documentation: https://docs.juliahub.com/General/HTMLTables/stable/
- License: MIT
-
Latest release: 0.6.0
published over 1 year ago
Rankings
Dependencies
- 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
- JuliaRegistries/TagBot v1 composite