Code Monkey home page Code Monkey logo

Comments (7)

benhorsburgh avatar benhorsburgh commented on May 24, 2024

Hi,

Can you please also post the line of code you are trying to execute that causes the errors? If possible, also the output of pip freeze.

Thanks

from causalnex.

aminemosbah avatar aminemosbah commented on May 24, 2024

Actually i simply tried to open a plain csv file using
Read csv it worked well in the stand-alone notebook
I think something went wrong with google collab it s unfortunate because bn is awsome for big data can not just limit its use for cpus

from causalnex.

aminemosbah avatar aminemosbah commented on May 24, 2024

here is my code
data = pd.read_csv('/content/causalnex/fulcase_causal.csv',decimal=',',delimiter=';')

ImportError Traceback (most recent call last)
/usr/local/lib/python3.6/dist-packages/IPython/core/formatters.py in call(self, obj)
336 method = get_real_method(obj, self.print_method)
337 if method is not None:
--> 338 return method()
339 return None
340 else:

2 frames
/usr/local/lib/python3.6/dist-packages/pandas/io/formats/html.py in ()
8 from textwrap import dedent
9
---> 10 from pandas.compat import OrderedDict, lzip, map, range, u, unichr, zip
11
12 from pandas.core.dtypes.generic import ABCMultiIndex

ImportError: cannot import name 'OrderedDict'
Cd Batch Weight HSI K ... TB SGR FCR PER Ca/P
0 0 0 59.84 0.501337 1.026063 ... 1 0.0 0.0 0.0 1.528497
1 0 0 56.28 0.835110 0.965021 ... 6 0.0 0.0 0.0 1.369458
2 0 0 60.50 1.603306 0.955521 ... 2 0.0 0.0 0.0 1.512605

from causalnex.

aminemosbah avatar aminemosbah commented on May 24, 2024

followup

bn = bn.fit_cpds(train, method="BayesianEstimator", bayes_prior="K2")

ImportError Traceback (most recent call last)
/usr/local/lib/python3.6/dist-packages/IPython/core/formatters.py in call(self, obj)
336 method = get_real_method(obj, self.print_method)
337 if method is not None:
--> 338 return method()
339 return None
340 else:

2 frames
/usr/local/lib/python3.6/dist-packages/pandas/io/formats/html.py in ()
8 from textwrap import dedent
9
---> 10 from pandas.compat import OrderedDict, lzip, map, range, u, unichr, zip
11
12 from pandas.core.dtypes.generic import ABCMultiIndex

ImportError: cannot import name 'OrderedDict'
Cd Batch Weight HSI K ... TB SGR FCR PER Ca/P
0 0 0 59.84 0.501337 1.026063 ... 1 0.0 0.0 0.0 1.528497
1 0 0 56.28 0.835110 0.965021 ... 6 0.0 0.0 0.0 1.369458
2 0 0 60.50 1.603306 0.955521 ... 2 0.0 0.0 0.0 1.512605
/usr/local/lib/python3.6/dist-packages/pandas/core/config.py in ()
55
56 import pandas.compat as compat
---> 57 from pandas.compat import lmap, map, u
58
59 DeprecatedOption = namedtuple('DeprecatedOption', 'key msg rkey removal_ver')

ImportError: cannot import name 'lmap'
any help

from causalnex.

 avatar commented on May 24, 2024

This is really weird, OrderedDict is built-in from Python 3. Does this SO article help? https://stackoverflow.com/questions/57328692/pandas-importerror-cannot-import-name-ordereddict-when-i-try-to-read-a-csv-f

from causalnex.

aminemosbah avatar aminemosbah commented on May 24, 2024

already tied it , useless
seems to me something is really off with google collab

from causalnex.

libinruan avatar libinruan commented on May 24, 2024

I found that google-colab 1.0.0 requires pandas~=0.24.0, so probably it's the culprit of the issue.

from causalnex.

Related Issues (20)

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.