Ask Your Question
1

What does the AttributeError message "module 'scipy.stats' doesn't have the 'itemfreq' attribute" mean?

asked 2023-05-29 05:31:43 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-29 05:47:01 +0000

nofretete gravatar image

The AttributeError message "module 'scipy.stats' doesn't have the 'itemfreq' attribute" means that the module "scipy.stats" does not have a function or method called "itemfreq". This error occurs when someone tries to use the "itemfreq" function in the "scipy.stats" module, but the function is not available in that module.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-29 05:31:43 +0000

Seen: 11 times

Last updated: May 29 '23