Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7827633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:58:04+00:00 2026-06-02T09:58:04+00:00

I have a m*n numpy matrix of float type. I am going to use

  • 0

I have a m*n numpy matrix of float type. I am going to use the Counter function (from collections) to derive count of certain combination of matrix elements. On experimenting, I found that Counter() requires string value entries to iterate whereas my numpy matrix was by default a float type.

Using dtype while declaring the numpy matrix of zeros doesnt help.

So, I thought of converting each element of the numpymatrix into a string. But, its not working. How do i do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T09:58:08+00:00Added an answer on June 2, 2026 at 9:58 am
    xx = np.matrix([[1.2,3.4],[5.4,6.7],[9.8, 5.2]])
    zz = np.matrix([[str(ele) for ele in a] for a in np.array(xx)])
    

    Result:

    >>> xx
    matrix([[ 1.2,  3.4],
            [ 5.4,  6.7],
            [ 9.8,  5.2]])
    >>> zz
    matrix([['1.2', '3.4'],
            ['5.4', '6.7'],
            ['9.8', '5.2']], 
           dtype='|S3')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a matrix in the type of a Numpy array. How would I
Is it possible to construct a numpy matrix from a function? In this case
I have this following numpy matrix that I want to sort in ascending order
In short: I have two matrices (or arrays): import numpy block_1 = numpy.matrix([[ 0,
I have a numpy array which came from a cv2.imread and so has dtype
Say I have a numpy matrix like so: [[ x1, x2, x3, ... ],
I am using numpy. I have a matrix with 1 column and N rows
Let's suppose I have a numpy matrix variable called MATRIX with 3 coordinates: (x,
I have a python code computing a matrix, and I would like to use
I'm having trouble resizing a matrix - the set_shape function seems to have no

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.