Giter Club home page Giter Club logo

Comments (4)

logankilpatrick avatar logankilpatrick commented on July 30, 2024

Hm, I just tried running this and was unable to replicate the issue. Perhaps the issue is that you are not running the notebook with the correct Manifest and Project files?

My Pkg.status() does not give me as many entries as this and it should be using the Manifest and Project files from this repo not the main ones in your julia folder which it seems to be pointing to.

from dataframes.

logankilpatrick avatar logankilpatrick commented on July 30, 2024

I would make sure you cd() into the correct folder. CC @bkamins We should point people to download the entire repo here right?

from dataframes.

bkamins avatar bkamins commented on July 30, 2024

Yes - you should download the whole repository and run it from the folder where you have downloaded the files.

This is exactly the purpose of running https://github.com/JuliaAcademy/DataFrames/blob/master/1.%20Environment%20setup.ipynb part to make sure that you have the proper environment set up. You should get the output exactly as shown there.

Now regarding your output note that you have:

  • DataFrames.jl version 0.20.2
  • you do not have CSV.jl installed
  • you have not activated the project environment, but rather you are using the default environment

If you check the Manifest.toml in the repository of the tutorial you will see that in particular:

  • DataFrames.jl is required to be in 0.21 version
  • CSV.jl needs to be installed in 0.6.2 version

Note that if you are in the correct directory Jupyter Notebook will automatically use Project.toml and Manifest.toml files I have shared. I also have recently written up a small post explaining how to make Julia REPL to do the same here: https://bkamins.github.io/julialang/2020/05/10/julia-project-environments.html.

from dataframes.

mjherold avatar mjherold commented on July 30, 2024

I had changed to the directory with the data-frame tutorials, but I can no longer reproduce the problem. Everything seems to run fine now. Thank you!

from dataframes.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.