On the Python side, we focused on data science in this release. Now, you'll get
suggestions related to some Pandas best practices, like the apply
function or
the inplace
argument.
We've continued working on multi-language support. Now, you'll get suggestions for JavaScript code in PyCharm as well. We've also introduced several tweaks to the multi-language engine and the rule syntax.
Python
dataframe-append-to-concat
Pandas rulepandas-avoid-inplace
ruleDataFrame
objectsJavaScript