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 963161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:37:56+00:00 2026-05-16T01:37:56+00:00

in excel there is a frequency function: The Excel FREQUENCY function This useful function

  • 0

in excel there is a frequency function:

The Excel FREQUENCY function This
useful function can analyse a series
of values and summarise them into a
number of specified ranges. For
example the heights of some children
can be grouped in to four categories
of [Less than 150cm]; [151 – 160cm];
[161 – 170cm]; [More than 170cm].

Would you like to learn more?

Excel 2003 Formulas by John Walkenbach
(with CD)

FREQUENCY() is an unusual array
function and it works differently to
most other normal functions. It can
not simply be typed into a cell or
even entered properly using the Excel
Function Wizard.

Note that this function does not
analyse values into categories e.g.
household expenditure into groups such
as gas, electricity, water, rates etc.
To perform this kind of analysis an
Advanced Filter may be appropriate.

The frequency function has two
arguments – the first is the range of
cells containing values to be
analysed; the second is the range of
cells containing the upper values of
each group banding. e.g.
=FREQUENCY(A3:A120, B6:B10)

The second argument (the group upper
limits) will exclude any values which
exceed the highest category or
banding. The function allows you to
take account of this and extend the
range of analysis to an additional
category which contains all values
that exceed the specified upper limit.

http://www.meadinkent.co.uk/xlfreq.htm

is there such a thing in python?

  • 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-05-16T01:37:56+00:00Added an answer on May 16, 2026 at 1:37 am
    import numpy
    numpy.histogram( [ <data> ], [ <bins> ] )
    

    Docs:

    numpy.histogram(a, bins=10, range=None, normed=False, weights=None)
    

    Compute the histogram of a set of data.
    Parameters:

    a : array_like
    Input data. The histogram is computed over the flattened array.

    bins : int or sequence of scalars, optional
    If bins is an int, it defines the number of equal-width bins in the
    given range (10, by default). If bins
    is a sequence, it defines the bin
    edges, including the rightmost edge,
    allowing for non-uniform bin widths.

    range : (float, float), optional
    The lower and upper range of the bins. If not provided, range is
    simply (a.min(), a.max()). Values
    outside the range are ignored.

    normed : bool, optional
    If False, the result will contain the number of samples in each
    bin. If True, the result is the value
    of the probability density function at
    the bin, normalized such that the
    integral over the range is 1. Note
    that the sum of the histogram values
    will not be equal to 1 unless bins of
    unity width are chosen; it is not a
    probability mass function.

    weights : array_like, optional
    An array of weights, of the same shape as a. Each value in a only
    contributes its associated weight
    towards the bin count (instead of 1).
    If normed is True, the weights are
    normalized, so that the integral of
    the density over the range remains 1

    Returns:

    hist : array
    The values of the histogram. See normed and weights for a
    description of the possible semantics.

    bin_edges : array of dtype float
    Return the bin edges (length(hist)+1).

    You may have to install numpy first.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 479k
  • Answers 479k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There are several possible causes for this error message: The… May 16, 2026 at 5:50 am
  • Editorial Team
    Editorial Team added an answer The standard way to set the float style in JavaScript… May 16, 2026 at 5:50 am
  • Editorial Team
    Editorial Team added an answer Give an NSPipe or an NSFileHandle as the task's standardOutput,… May 16, 2026 at 5:50 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.