kgtk icon indicating copy to clipboard operation
kgtk copied to clipboard

Knowledge Graph Toolkit

Results 125 kgtk issues
Sort by recently updated
recently updated
newest added

``` $ cat environment-buggy.yml name: kgkt-spacy-conflict channels: - conda-forge - defaults dependencies: - python==3.9.13 - pip==23.0.1 - pip: - spacy==3.5.3 - kgtk==1.5.3 $ conda env create -f environment-buggy.yml ... INFO:...

DockerHub now requires a paid subscription for open source organizations. I suggest start moving images to the GitHub registry, which is free (for now). This can be done through an...

``` $ mkdir tmp $ cd tmp $ wget -P data/imdb https://github.com/usc-isi-i2/kgtk-notebooks/raw/main/datasets/imdb/IMDB.csv.gz $ zcat IMDB.csv.gz | head -2 imdb_title_id,title,original_title,year,date_published,genre,duration,country,language,director,writer,production_company,actors,description,avg_vote,votes,budget,usa_gross_income,worlwide_gross_income,metascore,reviews_from_users,reviews_from_critics tt0000009,Miss Jerry,Miss Jerry,1894,1894-10-09,Romance,45,USA,None,Alexander Black,Alexander Black,Alexander Black Photoplays,"Blanche Bayliss, William Courtenay, Chauncey...

After installing the current kgtk and working around an issue with `sh` (see https://github.com/usc-isi-i2/kgtk/issues/696), I am still seeing an issue, this time with sqlite3. I did not see this issue...

Sorry to duplicate, but maybe this issue is more relevant to be discussed in this repo than in the "kgtk-notebooks" one. https://github.com/usc-isi-i2/kgtk-notebooks/issues/11 Best, Valentina

documentation

Update the readthedocs for the import commands and the files they produce. Create a summary document giving an overview of the import capabilities.

documentation
enhancement

To better integrate with the Python Notebook environment, change kgtkreader and kgtkwriter to process Pandas dataframes directly.

enhancement

`make requirements` fails due to a dependency conflict: ``` distributed 2022.11.1 requires tornado=6.0.3, but you have tornado 6.2 which is incompatible. jupyter-client 7.4.7 requires tornado>=6.2, but you have tornado 6.1...

bug

The readthedocs Web page no longer shows a full menu.

bug
documentation

Invalid formatting according to readthedocs.

bug
documentation