Skip to content

Commit b02eee6

Browse files
committed
Change Pandasas to Pandas, Closes #1
1 parent 4355a19 commit b02eee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data Analysis for Bioinformatics: NumPy and Pandasas
1+
# Data Analysis for Bioinformatics: NumPy and Pandas
22

33
## Who is the course for?
44

@@ -15,4 +15,4 @@ By the end of this course, students will be able to effectively utilize NumPy an
1515
* Create, manipulate, and efficiently implement NumPy arrays through advanced techniques including indexing, sorting, splitting, vectorized operations, and broadcasting
1616
2. After completing the Pandas section and hands-on exercises, students will be able to:
1717
* Understand the relationship between Pandas and NumPy, and effectively use Pandas Series and DataFrames for data analysis
18-
* Perform advanced data manipulation techniques including indexing, filtering, handling missing data, and combining DataFrames through merging and concatenation
18+
* Perform advanced data manipulation techniques including indexing, filtering, handling missing data, and combining DataFrames through merging and concatenation

0 commit comments

Comments
 (0)