Skip to content
  • About Me
  • Contact Me
  • Privacy Policy
  • Tutorials
    • Scala Tutorial for Java Programmers

Back To Bazics

Be empowered by knowing the basics

  • Home
  • Scala Tutorial
  • Contact Me

Tag: numpy

August 27, 2018August 27, 2018 by Varun

Transposing NumPy array

Transposing numpy array is extremely simple using np.transpose function. Fundamentally, transposing numpy array only make sense when you have array of 2 or more than 2 dimensions.

Continue reading “Transposing NumPy array” →

Pythonnumpy, pythonLeave a comment
August 21, 2018August 21, 2018 by Varun

Reshaping NumPy Array | Numpy Array Reshape Examples

In python, reshaping numpy array can be very critical while creating a matrix or tensor from vectors. In order to reshape numpy array of one dimension to n dimensions one can use np.reshape() method. Let’s check out some simple examples.

Continue reading “Reshaping NumPy Array | Numpy Array Reshape Examples” →

Pythonnumpy, pythonLeave a comment
August 17, 2018August 26, 2018 by Varun

Creating NumPy Array for Beginners

This post will give you a better hands on with creating numpy array. At the end of the post, you will have clarity on different ways of creating numpy arrays with helpful visualizations. If you are a beginner in Data Analytics or Data Science field, you must have in depth understanding of numpy package of python.

Continue reading “Creating NumPy Array for Beginners” →

Pythonnumpy, pythonLeave a comment
About Me
About Me

Blogger, Learner, Technology Specialist in Big Data, Data Analytics, Machine Learning, Deep Learning, Natural Language Processing

Read More

Recent Posts

  • 9 tactics to rename columns in pandas dataframe
  • Using pandas describe method to get dataframe summary
  • How to sort pandas dataframe | Sorting pandas dataframes
  • Pandas series Basic Understanding | First step towards data analysis
  • How to drop columns and rows in pandas dataframe

Tags

Actions Array Big Data CentOS Classes Cluster Setup Collections Control Structure Data Types Data Wrangling Debugging Do While Loop For Loop FQDN Functional Programming Hadoop HDFS Hive If Else Immutable List Installation Java Java 8 Keyless SSH Lambda Expressions MapReduce numpy Objects pandas pandas dataframe Passwordless SSH Pattern Matching python Scala Singleton Spark Spark RDD SSH Stackable Modifications Static IP Traits Transformations Tutorial While Loop YARN
About Me

  • About Me
  • Contact Me
  • Privacy Policy

Recent Posts

  • 9 tactics to rename columns in pandas dataframe
  • Using pandas describe method to get dataframe summary
  • How to sort pandas dataframe | Sorting pandas dataframes
  • Pandas series Basic Understanding | First step towards data analysis
  • How to drop columns and rows in pandas dataframe
© 2018 Back To Bazics | The content is copyrighted and may not be reproduced on other websites.