Skip to content

Commit 11f2988

Browse files
committed
Change more markdown
1 parent 31b5e08 commit 11f2988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"\n",
2424
"Pandas includes a couple useful twists, however: for unary operations like negation and trigonometric functions, these ufuncs will *preserve index and column labels* in the output, and for binary operations such as addition and multiplication, Pandas will automatically *align indices* when passing the objects to the ufunc.\n",
2525
"This means that keeping the context of data and combining data from different sources–both potentially error-prone tasks with raw NumPy arrays–become essentially foolproof ones with Pandas.\n",
26-
"We will additionally see that there are well-defined operations between one-dimensional ``Series`` structures and two-dimensional ``DataFrame`` structures."
26+
"We will additionally see that there are well-defined operations between one-dimensional Series structures and two-dimensional DataFrame structures."
2727
]
2828
},
2929
{

0 commit comments

Comments
 (0)